2
votes
1answer
42 views

ArcGIS JS API Polygon's WKID conversion with gsvc.project

I'm trying to convert polygon from wkid 3301 to wkid 4326. I've been using this code snippet for converting points, but I'm not sure how I would accomplish this to create a polygon object. I'm not ...
1
vote
1answer
65 views

British National Grid to KML results in offset polygons

I have a shape file of English wards from ONS. It is similar to the files available here: http://www.ons.gov.uk/ons/guide-method/geography/products/census/spatial/2011/index.html except I had to ...
1
vote
0answers
56 views

How to Convert Long/Lat from Excel into shapefile? [duplicate]

Possible Duplicate: How can I convert an excel file with x, y columns to a shapefile? Possible duplicate, How can I convert an excel file with x, y columns to a shapefile? How do I ...
-1
votes
2answers
796 views

Projecting data from WGS84 to NAD27 UTM BLM Foot ArcMap

When I use the NAD27 BLM 15N prj from the projected>>UTM>>north america>> in ArcMap 10.0 and go from WGS84 to that..using the NAD_27_To_WGS_84_1 transformation..my resulting shapefile doesn't line up ...
1
vote
2answers
3k views

OpenLayers LatLon conversion

I have an OpenLayers map with a settings like a below. All LatLon points are represented like a POINT(3684182 5207957). In a more usual form (for me) it looks like a (104.287422, 52.284126). How can I ...
9
votes
9answers
4k views

Batch convert lat longs to UTM?

I've got a .csv file that contains a long list of latitude and longitude points. Is there an efficient way to batch convert the list into a projected UTM coordinate system? Thanks.