Re: [OSM-dev] Tile server

2013-06-20 Thread Stephan Knauss
On 20.06.2013 07:03, Kaur gill wrote: I have /var/lib/mod_tile/default/0/0/0/0/0.meta. But I don't know how to access it, through which file I should try to access it. Usually you'll use the apache module mod_tile. It will handle path requests like /1/1/0.png and serve the matching tile from

Re: [OSM-dev] adding fonts to OSM

2013-06-20 Thread Gurpinder Chahal
On Thu, Jun 20, 2013 at 12:15 PM, Satoshi IIDA nyamp...@gmail.com wrote: Is any message log from renderd? I suppose that manual run. $ renderd -f If some error occurs, messages would be shown. 2013/6/20 Gurpinder Chahal chahalgurpinde...@gmail.com On Tue, Jun 18, 2013 at 1:41 AM,

Re: [OSM-dev] Expiring Tiled OSM Data

2013-06-20 Thread Andy Allan
On 19 June 2013 20:58, Ian Dees ian.d...@gmail.com wrote: So we're talking potentially several billion (entity type)+(entity id) - [(tile x)+(tile y), ...] rows in a database of some sort along with the forward and reverse indexes. Indeed. Although there's probably a much clever approach than

Re: [OSM-dev] adding fonts to OSM

2013-06-20 Thread Satoshi IIDA
Hmm. Did you clear cache files? /var/lib/mod_tile/default/* 2013/6/20 Gurpinder Chahal chahalgurpinde...@gmail.com On Thu, Jun 20, 2013 at 12:15 PM, Satoshi IIDA nyamp...@gmail.com wrote: Is any message log from renderd? I suppose that manual run. $ renderd -f If some error

Re: [OSM-dev] Tile server

2013-06-20 Thread malcolm stanley
out of curiosity, how much disk space are you consuming? I am setting up a tile server right now and about to ingest the planet file. I have 500 Gb of storage connected to the server: will that be enough, or will I run out of space during ingest? Any metrics on the size of a fully ingested system

Re: [OSM-dev] Expiring Tiled OSM Data

2013-06-20 Thread Roland Olbricht
Indeed. Although there's probably a much clever approach than the one I'm suggesting. Basically, the Augmented Diffs comprise exactly that information. They carry for each changed object the geometry information, either directly or by referencing the also in the file contained nodes. From

[OSM-dev] osm.xml for Mapnik-v2.2.0

2013-06-20 Thread Vince Berubey
Hi,I use Windows 7. I had previously mapnik-0.7.1 and just installed mapnik-v2.2.0. When I run generate_xml.py osm.xml . , I get this errorRuntimeError: Must have 'face-name' set in FontSet 'book-fonts' in Font at line 9 of 'osm.xml' I know that osm.xml must be changed for the new

Re: [OSM-dev] Expiring Tiled OSM Data

2013-06-20 Thread Paul Norman
From: Andy Allan [mailto:gravityst...@gmail.com] Sent: Thursday, June 20, 2013 5:14 AM Subject: Re: [OSM-dev] Expiring Tiled OSM Data On 19 June 2013 20:58, Ian Dees ian.d...@gmail.com wrote: So we're talking potentially several billion (entity type)+(entity id) - [(tile x)+(tile y),

[OSM-dev] diffs in rails port and josm for the same algo

2013-06-20 Thread Martin Schafran
hi, josm and rails port have different world parts. 65535 and 65536. testing at bounds for eg. at lon=180 we get different results, namely 65535 or 65536. am I right? look at this in quad_tile.rb def self.tiles_for_area(bbox) minx = ((bbox.min_lon + 180) * 65535 / 360).round maxx

Re: [OSM-dev] diffs in rails port and josm for the same algo

2013-06-20 Thread Tom Hughes
On 20/06/13 20:46, Martin Schafran wrote: josm and rails port have different world parts. 65535 and 65536. testing at bounds for eg. at lon=180 we get different results, namely 65535 or 65536. am I right? Why does JOSM need to caculate tile numbers anyway? That's an internal implementation

Re: [OSM-dev] osm.xml for Mapnik-v2.2.0

2013-06-20 Thread Tom Hughes
On 20/06/13 20:31, Vince Berubey wrote: * I know that osm.xml must be changed for the new version of Mapnik. But even with the latest version of Mapnik I got there: https://github.com/openstreetmap/mapnik-stylesheets, I still get the same error than with the osm.xml for 0.7.1

Re: [OSM-dev] osm.xml for Mapnik-v2.2.0

2013-06-20 Thread Vince Berubey
Hi Tom,thank you for your answer. I copied all the files in a TileMill project, modified the connection string of every layer to my database, the connection string is good, but I don't see anything. Best regards. Date: Thu, 20 Jun 2013 20:56:50 +0100 From: t...@compton.nu To:

Re: [OSM-dev] Tile server

2013-06-20 Thread Kaur gill
On Thu, Jun 20, 2013 at 12:22 PM, Stephan Knauss o...@stephans-server.de wrote: On 20.06.2013 07:03, Kaur gill wrote: Usually you'll use the apache module mod_tile. It will handle path requests like /1/1/0.png and serve the matching tile from the metatile you already have. more details

Re: [OSM-dev] Tile server

2013-06-20 Thread Kaur gill
On Thu, Jun 20, 2013 at 8:42 PM, malcolm stanley a.malcolm.stan...@gmail.com wrote: out of curiosity, how much disk space are you consuming? I am setting up a tile server right now and about to ingest the planet file. I have 500 Gb of storage connected to the server: will that be enough, or

Re: [OSM-dev] Tile server

2013-06-20 Thread Lynn W. Deffenbaugh (Mr)
18GB for the planet and my postgresql database is about 260GB after importing the planet into it. Add space for rendered tiles, and it's pretty demanding. If you've only got a single magnetic spindle for the 500GB, you might find it hard to keep up with the updates. I ended up migrating

Re: [OSM-dev] adding fonts to OSM

2013-06-20 Thread Gurpinder Chahal
On Thu, Jun 20, 2013 at 5:59 PM, Satoshi IIDA nyamp...@gmail.com wrote: Hmm. Did you clear cache files? /var/lib/mod_tile/default/* 2013/6/20 Gurpinder Chahal chahalgurpinde...@gmail.com On Thu, Jun 20, 2013 at 12:15 PM, Satoshi IIDA nyamp...@gmail.com wrote: Is any message log