Select to view content in your preferred language

Normal Central Meridian

1293
2
05-03-2011 09:10 AM
TonyMonsour
Deactivated User
I am trying to execute a query from a drawn graphic.  It works fine in between the 180's but if i cross the central meridian things do not work.  I have been trying to utilize the namespace esri.geometry.normalizeCentralMeridian(geometries, geometryService, callback, errback) but I have had no success.

Has anyone been able to call/ implement this successfully?
Thanks.
0 Kudos
2 Replies
MatthewLawton
Deactivated User
This is just a stab in the dark, but when I have had problems with meridians and hemispheres it usually seems to be due to an overlooked positive/negative coordinate value (or lack thereof). Just a thought.
0 Kudos
TonyMonsour1
New Contributor
Thanks for the idea.  The thing is though is that I am submitting a geometry from a graphic which is drawn by user.  The normalize central meridian function I believe is supposed to allow for this but I can't find any examples or knowledge base on how to utilize it.
0 Kudos