I have osm.xml file where projection is defined as follows: Map background-color="grey" srs="&srs900913;" minimum-version="2.0.0">
n settings.xml file projection is also set there as:
<!ENTITY osm2pgsql_projection "&srs900913;"> I want to know what is the difference between these 2 projection. I have changed osm2pgsql projection to wgs-84 and it runs f9 for some files. i am confused in this thing
EDIT
When i use srs4326 projection i am getting error on console which is as follow: Unknown projection string, using web mercator as never the less. +init=epsg:4326
I have long/lat coordinates i want to use srs4326 projection
&srs4326;or&srsmercator;. Between those two projections in your question there is obviously no difference.entities.xml.incfor a list of available entities / projections.