Text Mark Ups in VertiGIS Web Designer
CompletedRELEASED: Web 5.27
It would be great to get a function for adding Text Mark ups to a Map. With capability to edit this text, change the text style, and most importantly move the text around in the map after it's placed (often the position isn't quite right depending on the length of text).
The Location Note is similar but does not offer this flexibility to move text placement after the text is completed.
-
We are planning to add more control over the Location Notes text including color / size etc. as well as making it more obvious where the text will appear. (also the ability to move it).
2 -
Cam Barnard
Do you know when the ability to rotate the location notes will become available?
I have tried to update the command to by setting the “enableRotation” to true, but it does not seem to like that and will not save in the config.
[{
"name": "sketching.capture-geometry",
"arguments": {
"geometryType": "point"
}
},
"geometry.add-pixel-tolerance",
{
"name": "map.get-markup",
"arguments": {
"collection": "vgs-map-notes"
}
},
{
"name": "sketching.edit-geometry",
"arguments": {
"options": {
"enableDelete": false,
"enableScaling": false,
"enableVertexEditing": false,
"enableRotation": true
}
}
}
]
0
Please sign in to leave a comment.
Comments
2 comments