VertiGIS Studio Web 5.27 Released
VertiGIS Studio Web 5.27 was released on December 13th, 2023.
VertiGIS Studio Web 5.27 is now live in our SaaS environment
https://apps.vertigisstudio.com/web/designer/
On-premises installer: https://apps.vertigisstudio.com/downloads/
This release includes several improvements to location notes, enhancements to the query tool, previous/next extent navigation, a full integration with VertiGIS Studio Search, and more.
Check out the Release Notes for a complete list of changes in this version.
-
Officiell kommentar
We anticipate renewed interest in Search with the full integration to Web. We are working diligently to get Search up in the .com SaaS environment. It should be available there in the next ~6 business days. Stay tuned!
-
Happy to see these latest improvements. Thanks!
Two gripes with a couple of the new features:
1) The location note anchor point appears in prints. I understand the anchor point is meant to provide a visual reference for interacting with and moving the existing location note, but it is a visual distraction in prints.

2) The loading map indicator appears to persist long after the map has loaded. Is there a way to turn this feature off?
0 -
Matthew Wartman ... for the map loading indicator
We’ve had several give the same feedback.
There is currently no way to configure it.
The next version will still have the loading bar but will not have the black notification pop-up.0 -
Thanks for the location note improvements! My users will be happy to have so much control over the text. One thing I noticed was that it was impossible for me to "Move Location Note" when it was set to the default of point (for capture geometry type). I had to change it to square to be able to grab the note.
0 -
Chelsea Rozek We were having the same issue and I worked with tech support and it appears that when you add the Move Location Note component it doesn't include the bufferDistance code. So all I did was modify the Move Location Note component to include this coding (BOLD syntax).
If you start a new project and use the Web GIS – Default Template the Move Location Note has this coding there. Don't know why it would be there versus in the component but at least we have a workaround until they look into this more.
[
{
"name": "geometry.buffer",
"arguments": {
"bufferDistance": 50
}
},
{
"name": "map.get-markup",
"arguments": {
"collection": "vgs-map-notes"
}
},
{
"name": "sketching.edit-geometry",
"arguments": {
"options": {
"enableDelete": false,
"enableScaling": false,
"enableVertexEditing": false,
"enableRotation": false
}
}
}
]
0 -
Thanks for sharing the fix Raquel Sanchez !
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
6 kommentarer