Re: [OSM-dev] osm2pgsql, zoom range for -e option?

2011-08-10 Thread marqqs
module will return to its old behaviour. Markus Original-Nachricht -------- > Datum: Wed, 10 Aug 2011 15:16:22 +0200 > Von: mar...@gmx.eu > An: Igor Podolskiy , dev@openstreetmap.org > Betreff: Re: [OSM-dev] osm2pgsql, zoom range for -e option? > Hi Igor, > > than

Re: [OSM-dev] osm2pgsql, zoom range for -e option?

2011-08-10 Thread marqqs
olskiy > An: dev@openstreetmap.org > Betreff: Re: [OSM-dev] osm2pgsql, zoom range for -e option? > Hi, > > > The expired-tiles list which is written by osm2pgsql does not contain > any redundant information. This is intended that way because he wanted to > save memory:

Re: [OSM-dev] osm2pgsql, zoom range for -e option?

2011-08-10 Thread Igor Podolskiy
Hi, The expired-tiles list which is written by osm2pgsql does not contain any redundant information. This is intended that way because he wanted to save memory: the quad-tree in the algorithm should not grow too much. For this reason there are two groups of tiles excluded from the list: 1. N

Re: [OSM-dev] osm2pgsql, zoom range for -e option?

2011-08-10 Thread marqqs
tiles list is created but in my opinion this list should be written as a complete list of expired tiles... Markus Original-Nachricht > Datum: Wed, 10 Aug 2011 08:19:34 +0200 > Von: Stephan Knauss > An: dev@openstreetmap.org > Betreff: Re: [OSM-dev] osm2pgsql,

Re: [OSM-dev] osm2pgsql, zoom range for -e option?

2011-08-09 Thread Stephan Knauss
Hi Markus, On 09.08.2011 19:53, mar...@gmx.eu wrote: OK, I fixed the bug. - If it really was a bug and not intended behaviour. I'm still not sure... My patch (I added just 2 lines): diff -C 5 -p expire-tiles_old.c expire-tiles.c --- 139,151 + if(this_zoom>=min_zoom) + f

Re: [OSM-dev] osm2pgsql, zoom range for -e option?

2011-08-09 Thread marqqs
3 +0200 > Von: mar...@gmx.eu > An: dev@openstreetmap.org > Betreff: Re: [OSM-dev] osm2pgsql, zoom range for -e option? > Maybe it's a bug in expire-tiles.c? I'm not sure. > > When I change > -e 11-18 > to > -e 11-15 > many tile paths (number triples) from z

Re: [OSM-dev] osm2pgsql, zoom range for -e option?

2011-08-09 Thread marqqs
g... at least for me. :-) Any help would be appreciated very much! Markus Original-Nachricht > Datum: Tue, 09 Aug 2011 08:08:11 +0200 > Von: mar...@gmx.eu > An: Frederik Ramm , o...@stephans-server.de > CC: dev@openstreetmap.org > Betreff: [OSM-dev] osm2pgs

[OSM-dev] osm2pgsql, zoom range for -e option?

2011-08-08 Thread marqqs
Hi, last night I experimented with the -e option. Although this option had been set to "11-18" the dirty_tiles file contained only three tile paths with zoom level 15, a lot of paths with level 16 to 18 and not a single tile path with zoom level 14 or below. Does someone know the reason for th