Re: [OSM-dev] Where to define the directory of generating tiles?

2011-07-14 Thread Graham Jones
Hi Parveen,
You do not say which program you are using to generate your tiles, so it is
difficult to answer.

I think you are using generate_tiles.py?  In which case there is a command
line parameter to specify the output directory. If you are thinking of a
different program, please say which one.

Regards

Graham

from my phone

On 15 Jul 2011 00:00, "Parveen Arora"  wrote:

Hello Everyone,
I was generating tiles for OSM Tile Server, by default tiles are being
generated into
/home/username/bin/mapnik

>From which file I can change the path to generate them in some other
directory?

Thank You.

--
Parveen Arora
www.parveenarora.in
E-Mail: m...@parveenarora.in

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Where to define the directory of generating tiles?

2011-07-14 Thread Parveen Arora
On Fri, Jul 15, 2011 at 10:14 AM, Graham Jones  wrote:
> Hi Parveen,
> You do not say which program you are using to generate your tiles, so it is
> difficult to answer.
>
> I think you are using generate_tiles.py?
Yes, I am using generate_tiles.py

>  In which case there is a command
> line parameter to specify the output directory.
Can we define Inside the generate_tiles.py that where to generate tiles.?



-- 
Parveen Arora
www.parveenarora.in
E-Mail: m...@parveenarora.in

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Where to define the directory of generating tiles?

2011-07-14 Thread Graham Jones
Parveen,
Have a look at the first bit of the source code.  I think the default
location is specified there.

I think my first reply was wrong - it is an environment variable, not a
command line parameter, but you will see that when you look at the top of
the file.

Graham

from my phone

On 15 Jul 2011 05:50, "Parveen Arora"  wrote:

On Fri, Jul 15, 2011 at 10:14 AM, Graham Jones 
wrote:
> Hi Parveen,
> You...
Yes, I am using generate_tiles.py


>  In which case there is a command
> line parameter to specify the output directory.
Can we define Inside the generate_tiles.py that where to generate tiles.?



--

Parveen Arora
www.parveenarora.in
E-Mail: m...@parveenarora.in
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Where to define the directory of generating tiles?

2011-07-14 Thread Parveen Arora
On Fri, Jul 15, 2011 at 11:37 AM, Graham Jones  wrote:
> Parveen,
> Have a look at the first bit of the source code.  I think the default
> location is specified there.
>
> I think my first reply was wrong - it is an environment variable, not a
> command line parameter, but you will see that when you look at the top of
> the file.
OK, I got it.
Its in the set-mapnik-env

Thank You.


-- 
Parveen Arora
www.parveenarora.in
E-Mail: m...@parveenarora.in

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev