2008/8/15 Mikel Maron <[EMAIL PROTECTED]>: > Hi > > Seeing an issue with mapnik rendering of our map in Bethlehem. Bethlehem is > located at about 31.717, 35.2. > > http://westbank.freemap.in/?lat=31.717&lon=35.2&zoom=11&layers=B > > However Bethlehem is showing up at a lower latitude in the mapnik rendering. > > http://westbank.freemap.in/?lat=31.523&lon=35.179&zoom=11&layers=B > > Our data is definitely in the correct spot, it's the rendering that's off. I > suppose this is a projection misconfiguration in mapnik or mod_tile. > Does anyone have any hints on what specifically I should look at?
Which version of osm2pgsql do you use? The common problem with older versions is forgetting to supply the '-m' option while importing the data. This option is enabled by default in later versions. -- Jon _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

