Hi Ramón, This is definitely possible. All you need to do is to specify SRS(spatial ref system) for the resulting map (srs attribute in Map element) as :
+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgri...@null +wktext +no_defs Regards, Artem 2009/7/22 Ramón Pérez <[email protected]>: > Hi, > > I am newest in mapnik. Sorry for the question! > > It is possible reproject geometry 4326 in 900913 through mapnik?? > > I have all data in srs 4326 in a postgis database and i would like > project it in 900913 directly with mapnik, but i don't know how. I want > to show osm data with custom data in openlayer. > > > Thanks for all. > Ramon. > > _______________________________________________ > Mapnik-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/mapnik-users > _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

