Skip to main content

Text Mark Ups in VertiGIS Web Designer

Completed

Comments

2 comments

  • Cam Barnard

    We are planning to add more control over the Location Notes text including color / size etc. as well as making it more obvious where the text will appear. (also the ability to move it).

    2
  • Ali VanSickle

    Cam Barnard 

    Do you know when the ability to rotate the location notes will become available?

    I have tried to update the command to by setting the “enableRotation” to true, but it does not seem to like that and will not save in the config.
    [

        {

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

            "arguments": {

                "geometryType": "point"

            }

        },

        "geometry.add-pixel-tolerance",

        {

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

            "arguments": {

                "collection": "vgs-map-notes"

            }

        },

        {

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

            "arguments": {

                "options": {

                    "enableDelete": false,

                    "enableScaling": false,

                    "enableVertexEditing": false,

                    "enableRotation": true

                }

            }

        }

    ]

    0

Please sign in to leave a comment.