Hi,
We have SimpleMarkerSymbol defined in ArcMap with size 10 published to a map service.
When we create in Javascript SimpleMarkerSymbol with size 10 and put it to map the symbol is much smaller than defined in ArcMap.
The units in ArcMap are "points".
So, probably we need to convert from units-points to pixels. How to do it?
Solved! Go to Solution.
Piterson,
Here's a great pt to px converter. http://pttopx.com/
1 px = 0.75 point; 1 point = 1.333333 px
Piterson,
Here's a great pt to px converter. http://pttopx.com/
1 px = 0.75 point; 1 point = 1.333333 px
Thank you Robert!