Skip to main content

Change Snapping graphic shape/color

Comments

2 comments

  • Dan Giersz
    The snapping module in the JSON is what you're looking for:

     

    "moduleName": "Snapping",

     

            "moduleType": "geocortex.essentialsHtmlViewer.mapping.modules.snapping.SnappingModule",

     

            "configuration": {

     

              "threshold": "25",

     

              "radiusFillColor": "#ffffff",

     

              "radiusFillOpacity": ".2",

     

              "radiusBorderColor": "#000000",

     

              "radiusBorderSize": "1",

     

              "pointColor": "#ffffff",

     

              "pointSize": "5",
    0
  • Permanently deleted user
    Well that was easy, why would I look there.  Thanks!
    0

Please sign in to leave a comment.