Re: [OSM-dev-fr] osmose à la maison

2012-11-22 Thread Jocelyn Jaubert
On Thu, Nov 22, 2012 at 12:32:48PM +0100, Mickaël Guéret wrote: Ok, en effet, la mécanique du frontend est un peu plus ardue. J'essaye d'installer la version 'dev', mais c'est quoi les versions bottle et nibou ? Si tu parles de branche dans le repository, ça ne sont que des branches

Re: [OSM-dev-fr] osmose à la maison

2012-11-22 Thread Jocelyn Jaubert
Le 22/11/2012 15:46, Mickaël Guéret a écrit : Ok, vu pour la traduction, merci ;-). J'ai aussi revu la config de apache, je progresse, j'ai maintenant des erreurs de base de données : j'ai exécuté la première requête sql dans /tools/database (01_init.sql) mais ça ne suffit pas... Seules trois

Re: [OSM-dev] Timestamp in PBF files

2012-11-22 Thread Jochen Topf
On Wed, Nov 21, 2012 at 05:16:12PM -0600, Scott Crosby wrote: On Wed, Nov 21, 2012 at 3:46 AM, Jochen Topf joc...@remote.org wrote: On Tue, Nov 20, 2012 at 09:17:59PM -0600, Scott Crosby wrote: Not quite. The granularity of timestamps can go down to the milliseconds.

Re: [OSM-dev] Timestamp in PBF files

2012-11-22 Thread Dennis Luxen
As for the timestamp =18 field, Dennis, what was your intended use of this field? Marqqs, what is the intended use of your timestamp optional_features field? By this, I mean, what semantics are you attaching to these timestamps. I think its perfectly reasonable to have several timestamp

Re: [OSM-dev] Timestamp in PBF files

2012-11-22 Thread marqqs
Hello Scott, Thanks for your reply! I think what we need is a replacement for the timestamp which has been provided by .osm.bz2 files for years now. For example: $ wget -q planet.openstreetmap.org/planet/planet-latest.osm.bz2 -O - | bunzip2 | head -4 ?xml version=1.0 encoding=UTF-8? osm

[OSM-dev] Algorithmic Problem

2012-11-22 Thread Bernhard R. Fischer
I'm working on Smrender, a renderer for paper (sea) charts. I encountered a specific problem. Does anybody have a suggestion on how to determine if a node is either on land or on the sea in the special case if the OSM data does not contain any piece of a coastline? Thanks in advance, Bernhard

Re: [OSM-dev] Algorithmic Problem

2012-11-22 Thread Frederik Ramm
Hi, On 11/22/2012 01:39 PM, Bernhard R. Fischer wrote: Does anybody have a suggestion on how to determine if a node is either on land or on the sea in the special case if the OSM data does not contain any piece of a coastline? In tiles@home, where the minimum data extract size we worked with

Re: [OSM-dev] Timestamp in PBF files

2012-11-22 Thread Jochen Topf
On Wed, Nov 21, 2012 at 07:00:32PM +0100, Frederik Ramm wrote: On 11/21/12 18:46, Jochen Topf wrote: On Tue, Nov 20, 2012 at 09:17:59PM -0600, Scott Crosby wrote: How many nodes in the planet lack a latitude or longitude? Using a MAXINT encoding will cost about 8 bytes for each missing

Re: [OSM-dev] Timestamp in PBF files

2012-11-22 Thread Scott Crosby
And we have changed the PBF format before and are in the process of changing it again, so it is not such a big deal to add support for these things later if they are actually needed. One of my goals was to reduce breaking changes, or making files that a program thinks it can read, but can't