Properly convert size of the SimpleMarkerSymbol from units-points to pixels on a web map

2253
2
Jump to solution
12-13-2016 06:12 PM
PitersonPaulgek
New Contributor III

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?

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Piterson,

Here's a great pt to px converter. http://pttopx.com/

1 px = 0.75 point; 1 point = 1.333333 px

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Piterson,

Here's a great pt to px converter. http://pttopx.com/

1 px = 0.75 point; 1 point = 1.333333 px

PitersonPaulgek
New Contributor III

Thank you Robert!

0 Kudos