Aller au contenu principal

Location Note - Ability to move it once created

Commentaires

4 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

    1
  • 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
  • Amanda Frech

    There's an out-of-the-box option that runs a command chain similar to Holger's:

    I think it just ends up being a bit confusing that “edit” and “move” are 2 separate functions. Folks sometimes find one without finding the other.

    0
  • Holger Frommer

    Thanks Amanda,

    We build our solution with VSWeb 5.36, I guess it wasn't available then. Nice it's out-of-the-box now.

    0

Vous devez vous connecter pour laisser un commentaire.