Skip to main content

Client tokens in custom marker picture symbol not working

Comments

2 comments

  • Zack Robison
    I encountered an issue earlier this month where manager did not recognize a path to a the sites' virtualdirectory but the images displayed in the viewer without trouble.  Did you try making the desired changes outside of manager?
    0
  • Permanently deleted user
    yes, i eventually ended up putting the images in my virtual directory an used the full http path as in this example.  i never got a token to work, but i think with some documentation i could store named markersets in json format that could be cut and pasted into the style manager 

     

    {

     

        "type": "uniqueValue",

     

        "field1": "REC_TYPE",

     

        "field2": null,

     

        "field3": null,

     

        "fieldDelimiter": ", ",

     

        "defaultSymbol": null,

     

        "defaultLabel": null,

     

        "uniqueValueInfos": [{

     

            "symbol": {

     

                "type": "esriPMS",                       "url":"http://ilmorso3gi7vm.blm.doi.net/Geocortex/Essentials/REST/sites/Jeffs_PlayPen/VirtualDirectory/Icons/Layers/red_star_32x32.png",

     

                "contentType": "image/png",

     

                "width": 16,

     

                "height": 16,

     

                "angle": 0,

     

                "xoffset": 0,

     

                "yoffset": 0

     

            },
    0

Please sign in to leave a comment.