0
votes
0answers
74 views

Getting: org.opengis.referencing.NoSuchIdentifierException: No transform for classification “Transverse Mercator Zoned Grid System” with geotools

Using geotools I've been trying to create a referenced envelope after converting/reprojecting from WGS 84 to UTM with specific zones and it seems that either I need to do something with authority ...
1
vote
2answers
110 views

ESRI State Plane Coordinates as EPSG

I am working with some State Plane projections from Colorado. I have looked them up on spatialreference.org and they are the following: ESRI:102254: NAD 1983 HARN StatePlane Colorado Central FIPS ...
2
votes
1answer
197 views

Requesting map tiles from a wms server in epsg:900913 fails

I'm trying to figure out how to query a WMS server by using latitude/longitude coordinates. The reason is I'm trying to create an iPhone application and overlay custom tiles with data from the WMS ...
2
votes
1answer
159 views

How to convert NAV4 coordinate system to WGS84?

I would like to know whether it is possible to convert the coordinates given in a NAV4 coordinates system into WGS84. I could not find out what NAV4 is and if it is actually a standardized CRS. Here ...
4
votes
2answers
2k views

What is the difference between EPSG:900913 and EPSG:3857?

I'm using the QGIS google layers plugin to digitize a parcel as a shapefile. Later I want to import it to PostGIS. I know that google maps use a special 'google mercator' projection. What is the ...
0
votes
1answer
1k views

Adding EPSG:3857 / 900913 to Oracle's mdsys.cs_srs

I am working with an Oracle Standard database at version 11.2.0.1.0. I also have access to XE version 11.2.0.2.0. The later version has both SRIDs 900913 (Google Mercator) and 3857 (official Web ...
2
votes
4answers
2k views

OpenLayers transform EPSG 27700 coordinate to Google 900913

Community, I'm currelty capturing my mouse click event and trying to transform the coordinates into Long Lat. I need to get at the Long Lat as strings so I can build a url and throw it at Google ...
1
vote
1answer
107 views

Get relative north aligned point 2163 (US Equal Area)

What I'm trying to do is create a grid where the y axis is north aligned. I have a origin Lat/Lon point which is the bottom left corner of the grid and each cell should be 100 by 100 meters. So I ...
1
vote
2answers
534 views

Projected layer misaligned with Mapserver

I have a couple or raster files in epsg:23031 reference that i want to reproject to other reference systems (epsg:4326 and google projection) using the 'on the fly reprojection' of Mapserver. No ...