Zum Hauptinhalt gehen

VertiGIS Studio Web 5.27 Released

Kommentare

6 Kommentare

  • Offizieller Kommentar
    Cam Barnard

    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!

  • Matthew Wartman

    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
  • Cam Barnard

    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
  • Chelsea Rozek

    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
  • Raquel Sanchez

    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
  • Chelsea Rozek

    Thanks for sharing the fix Raquel Sanchez !

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.