Question

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). All items are displayed relatively to this coordinate system.

I want to change the application to use the GeoServer to serve the map. GeoServer uses EPSG as SRS (which is not very clear for me at the moment). I don't really care about how my map relates to the world coordinates. What is the better way to show my items on the map served by the GeoServer with some EPSG defined.

Was it helpful?

Solution

See here: http://geo-solutions.blogspot.it/2011/05/developers-corner-turning-geoserver.html

You'll need a recent version of GeoServer, EPSG:404000 can be used for vector data as well.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top