Tagged Questions
0
votes
0answers
100 views
Project custom metric coordinates on the EPSG map with GeoServer [closed]
I have an application that displays different items on the custom map. The map has a coordinate system which is basically (X,Y) coordinates in centimeters where top-left corner has coordinates(0,0). ...
3
votes
2answers
367 views
Error transforming EPSG:4326 to EPSG:90013
When I'm trying to run a map on geomajas an error has occurred:
o.g.internal.service.GeoServiceImpl - Problem during transformation
EPSG:4326->EPSG:900913 of MULTIPOLYGON
The multipolygon ...
4
votes
1answer
274 views
EPSG operations and operation methods
Querying through the EPSG database, I can see the tables epsg_coordoperation where transforms and conversions between different CRS are stored, and epsg_coordoperationmethod which stores 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 ...