Aller au contenu principal

Location Note - Ability to move it once created

Commentaires

2 commentaires

  • Holger Frommer

    Hi Brian,

    We use an extra custom tool to achieve this:

    [
        {
            "name": "sketching.capture-geometry",
            "arguments": {
                "geometryType": [
                    "point",
                    "extent"
                ]
            }
        },
        {
            "name": "geometry.buffer",
            "arguments": {
                "bufferDistance": 10
            }
        },
        {
            "name": "map.get-markup",
            "arguments": {
                "collection": "vgs-map-notes"
            }
        },
        {
            "name": "sketching.edit-geometry",
            "arguments": {
                "options": {
                    "enableDelete": false,
                    "enableScaling": false,
                    "enableVertexEditing": false,
                    "enableRotation": false
                }
            }
        }
    ]

     

    Regards

    Holger

    0
  • Brian Oevermann

    Holger,

    Thank you for sharing! I do hope VertiGIS makes this out-of-box functionality though. It just seems like the process of how customers work with markups/text wasn't fully researched. Remove and replace, after having move abilities in Geocortex, just falls short. 

    0

Vous devez vous connecter pour laisser un commentaire.