...
se.viamap.client.map.urlGenerator
Sub-Tags
Name | Type | Cardinality | Default | Description |
---|
url | string | 0..1 | Browser url | The url will be set automatically by the browser. This can optionally be overridden by setting a fixed url. |
marker | boolean | 0..1 | false | Should a marker be placed on the x,y position when the client is loaded |
showMessage | boolean | 0..1 | true | Should a message pop up to confirm that the URL have been generated and copied to clipboard |
Example
Code Block |
---|
language | xml |
---|
firstline | 1 |
---|
linenumbers | true |
---|
|
<item action="weave.urlGenerator" >
<url>https://localhost/weave/main.html</url>
<marker>true</marker>
<showMessage>false</showMessage>
</item> |
i18n resources
id | default |
---|
map.urlGenerator.tooltip.title | Copy hyperlink to clipboard |
map.urlGenerator.tooltip.text | Generates a hyperlink to this client with reference to current position and scale. The hyperlink will be copied to clipboard |
map.urlGenerator.title | Copy hyperlink |
map.urlGenerator.success.title | Copy success |
map.urlGenerator.success.msg | Successfully copied hyperlink to clipboard |
map.urlGenerator.error.msg | Could not copy hyperlink to clipboard |