Skip to main content

Measurement Labels Disappear after Edit

Comments

1 comment

  • Peter Lohmann Weiss

    I have encountered the same problem, when using this custom command: [

        {

            "name": "sketching.capture-geometry",

            "arguments": {

                "geometryType": [

                    "point",

                    "extent"

                ]

            }

        },

        {

            "name": "map.get-markup",

            "arguments": {

                "collection": "custom-measurement"

            }

        },

        {

            "name": "sketching.edit-geometry",

            "arguments": {

                "options": {

                    "enableDelete": true

                }

            }

        }

    ]

    0

Please sign in to leave a comment.