Select to view content in your preferred language

webMercatorToGeographic

2031
1
01-16-2017 01:24 AM
Traspac
Deactivated User

[HELP]

I try convert Polygon ;

but it show error;

Can anyone to Help me.
Thank's before..

0 Kudos
1 Reply
FC_Basson
MVP Alum

Your original webMercatorUtils definition has lost its scope, so instead of 

parmKoord = webMercatorUtils.webMercatorToGeographic(res.geometry);

try

parmKoord = esri.geometry.webMercatorToGeographic(res.geometry);
0 Kudos