[OSM-newbies] set-mapnik-env stage of rendering tiles
Richard Weait
richard at weait.com
Thu Dec 17 13:51:24 GMT 2009
On Thu, Dec 17, 2009 at 8:38 AM, Kuba Z. <zbudniewkowo at interia.pl> 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"
More information about the newbies
mailing list