export coordinates
Hi I need to export coordinates "WGS84" to Decimal Degrees (DDD)
gmaps example:
Decimal Degrees (DDD): 41.40338, 2.17403
Thank you
Hi Fabien,
How do you want this to happen? Are you thinking this will export to a CSV or something else? Please give some more details.
In the meantime, have you seen this:
Show x,y coordinates | ArcGIS API for JavaScript
Or do you need to first convert your coordinates into the WGS84 system?
Convert coordinates | ArcGIS API for JavaScript
Also, take a look at this for a potential example of what you need:
Hello
just what I need is to export my coordinates of arcgis "WGS84" the type of coordinates GoogleMaps "Decimal Degrees" (DDD)
Fabien,
What are you exporting to? Is this a shapefile? KML? etc?
I have determined that the coordinates of "WGS84" when sending a "GoogleMaps" I get very rough directions, but not exact.
for now I finish here the subject.
Thank you