Re: [OSM-dev] Proposal for OpenMetaMap - proper OSM import solution

2011-08-29 Thread Anthony
On Mon, Aug 29, 2011 at 6:23 AM, Jaak Laineste wrote: >  I am a bit more worried about probability that some of the external > sources are not available from time to time, temporarily or even > permanently. To solve this I see three options: > a) live with it, contact providers to provide stable A

Re: [OSM-dev] mapnik-0.7.1 not enough for open MapQuest styles?

2011-08-29 Thread Dane Springmeyer
Michael, Yes Mapnik 2.0.0 or greater is required for the MapQuest styles, and windows binaries are planned for Mapnik 2.x in the future, but this is still at least several months away: http://mapnik.org/news/2011/jul/17/gsoc_windows_build_system_halfway/ So, for now I'd recommend getting a hol

[OSM-dev] mapnik-0.7.1 not enough for open MapQuest styles?

2011-08-29 Thread Michael Katz
I have mapnik installed on my Windows PC, and have been successfully generating OSM-style tiles. I also wanted to generate tiles using the MapQuest open style .xml files (the US versions): http://developer.mapquest.com/web/products/open/map/style I believe I have all the .inc.template files set

Re: [OSM-dev] Rails Port - GPX Import Success Email

2011-08-29 Thread Graham Jones
Ok - I have raised a new trac ticket ( http://trac.openstreetmap.org/ticket/3986), and used that to point to my updated code on github (https://github.com/jones139/gpx-import). It seems to work ok as far as I can tell - I now get this result in the GPX Import Success email: You can view the trace

Re: [osmosis-dev] super-relation support

2011-08-29 Thread Aurélien FILEZ
Tank you very much, I'm testing it ;) Kin 2011/8/29 Igor Podolskiy > Hi Aurélien, > > > My question is : when extracting data with completeRelations, are sub >> relations ways are include ? >> > if you mean the completeRelations argument of the --bounding-box or > --bounding-polygon task: yes,

Re: [OSM-dev] Osmium - Saving nodes to memory, so they are accessible when processing ways?

2011-08-29 Thread Frederik Ramm
Hi, mmap uses a file but acts as if it were direct-access memory, so your system must have a large enough address space. This has nothing to do with the amount of physical memory. Bye Frederik -- Frederik Ramm ## eMail frede...@remote.org ## N49°00'09" E008°23'33" ___

[OSM-dev] Osmium - Saving nodes to memory, so they are accessible when processing ways?

2011-08-29 Thread Pris Matic
Hiya, I need node geometry (lat,lon) information available as I process the ways in an OSM file through an Osmium handler (I'm using C++). The FAQ says I can use a few ways to store the nodes while processing. I just wanted a bit of clarification... The docs say that mmap and FixedArray both requi

Re: [OSM-dev] osmjs -- before_* and after_* are not called?

2011-08-29 Thread Stephan Knauss
Martijn van Exel writes: BTW, is it already possible to use osmium for full history files? Yes, works fine. I used it to preprocess data for the "Where did you Edit". Stephan ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org

Re: [OSM-dev] Proposal for OpenMetaMap - proper OSM import solution

2011-08-29 Thread Jaak Laineste
2011/8/18 Peter Körner : > Am 18.08.2011 11:41, schrieb Jaak Laineste: >> >> This was quite simple. More complex is when I do not add any new data >> compared to the external source, just confirm it. Then I have to make >> a choice: >> a) I am happy that the object is already "in the cloud" and on

Re: [OSM-dev] osmjs -- before_* and after_* are not called?

2011-08-29 Thread Jochen Topf
On Sun, Aug 28, 2011 at 09:58:08PM -0600, Martijn van Exel wrote: > I am using osmjs to do some statistical analysis on a large number of > osm data files. I'm noticing that the before_* and after_* callbacks Those callbacks are not exposed to the Javascript side, they are only available from C++