Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

se.viamap.client.map.urlGenerator

Sub-Tags

NameTypeCardinalityDefaultDescription
urlstring0..1Browser urlThe url will be set automatically by the browser. This can optionally be overridden by setting a fixed url.
markerboolean0..1falseShould a marker be placed on the x,y position when the client is loaded
showMessageboolean0..1trueShould a message pop up to confirm that the URL have been generated and copied to clipboard


Example

Code Block
languagexml
firstline1
linenumberstrue
<item action="weave.urlGenerator" >
	<url>https://localhost/weave/main.html</url>
	<marker>true</marker>
	<showMessage>false</showMessage>
</item>


i18n resources

iddefault
map.urlGenerator.tooltip.titleCopy hyperlink to clipboard
map.urlGenerator.tooltip.textGenerates a hyperlink to this client with reference to current position and scale. The hyperlink will be copied to clipboard
map.urlGenerator.titleCopy hyperlink
map.urlGenerator.success.titleCopy success
map.urlGenerator.success.msgSuccessfully copied hyperlink to clipboard
map.urlGenerator.error.msgCould not copy hyperlink to clipboard