Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

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 coordinate system (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 a EPSG (maybe custom) defined? Also the distances on the map are quite short, so the coordinates have to be accurate.

share|improve this question
1  
You posted the same question here: stackoverflow.com/questions/11463038/… – Andrea Aime Jul 13 '12 at 7:41
Closing as a duplicate, then. – whuber Jul 13 '12 at 17:10

closed as not constructive by whuber Jul 13 '12 at 17:11

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.