Skip to content
springmeyer edited this page Aug 13, 2012 · 4 revisions

#Converting between projection IDs and references:

  • Prj2EPSG - A simple service for converting well-known text projection information from .prj files into standard EPSG codes.

  • http://spatialreference.org/ - Similar service.

  • node-srs - javascript library, wrapping the osr functionality inside gdal/ogr, that will attempt to detect as much metadata as possible about a projection and has extra dirty magic for detecting various representations of spherical mercator (even the broken ones).

#Building maps that aren't web mercator:

  • Using custom projections with TileCache, Mapnik and Leaflet - goo.gl/nCsQn - @LeafletJS mapnik opendata cartography geomatikk
Clone this wiki locally