On Thu, Dec 17, 2009 at 8:38 AM, Kuba Z. <[email protected]> wrote: > I do it first time and am not familiar with non-windows environments. > I'm trying to generate osm tiles on win. I have osm in postgis already, > projection inicialised, mapnik onboard, mapnik configuration files modified. > I can't make it to execute: > > set-mapnik-env customize-mapnik-map >osm.xml > > I try it in cygwin bash on win and get: > bash: set-mapnik-env: command not found > > What am I missing?
You should send your question to one list at a time, in general. You likely don't have the directory for set-mapnik-env in your path. your current directory is not automatically part of your path for locating the command you issued. try ./set-mapnik-env customize-mapnik-map >osm.xml the "./" means "look in my current directory" _______________________________________________ newbies mailing list [email protected] http://lists.openstreetmap.org/listinfo/newbies

