Yes, that folder of osm stylesheets for mapnik will work fine on windows, with several caveats:
1) The shapefiles that it depends upon come with indexes with a '.index' file extention. You need to rebuild these on windows using the shapeindex.exe tool, otherwise the rendering will be *very* slow. 2) the various python scripts in that directory can be run on *nix platforms like: ./generate_image.py but on windows you will likely need to do: python generate_image.py 3) be able to type python and have it work you will likely need to add C:/Python25/ to your "Path" system environment variable - dane On Mon, 17 May 2010 00:32 +0000, "arnauld ndefo" <[email protected]> wrote: thank you everybody.I have already solve my problem with your help. Now i want to build my own map. i work with window instead of ubuntu. On ubuntu, the documentation ask to download the folder mapnik with this link: svn co http://svn.openstreetmap.org/applications/rendering/mapnik . I don't know if this folder "mapnik" can work on windows? Thank for your help Ndefo Kamgne Arnauld Cité Ettayour,Immeuble Bolbol 1,Appartement A2,Ariana 0021624249357 _______________________________________________ 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

