Re: [OSM-dev] Multithread generate_tiles.py, generate_images.py and question about attribution.

2009-10-05 Thread Radek Bartoň
Dne neděle 04 Říjen 2009 05:06:52 Dane Springmeyer napsal(a): We have a fix for that now in Mapnik SVN trunk. Would be great to get your help testing: This is what I'm getting with lastest SVN trunk: (gdb) run generate_poster.py Starting program: /usr/bin/python generate_poster.py [Thread

[OSM-dev] Is fully quailfied url not allowed here?

2009-10-05 Thread M. Emch
Hi As long i have a GPX file just beside the html and load it with var mytracks = new OpenLayers.Layer.GML(Tracks, tracks.gpx, .. all is OK, but when i use a qualified URL with http://..; it want work anymore, even something like ../../otherfolder/tracks.gpx will not work. How to do that?

Re: [OSM-dev] Multithread generate_tiles.py, generate_images.py and question about attribution.

2009-10-05 Thread Radek Bartoň
Dne neděle 04 Říjen 2009 05:09:51 Dane Springmeyer napsal(a): I meant to ask if you had yet compared your generate_tiles.py threading support to the recent additions in svn? I assume not since you wrote yours, as you say several months ago, but it would be interesting to test the speed of

[OSM-dev] 3d Import into OpenArena working

2009-10-05 Thread jamesmikedup...@googlemail.com
Video, it works http://www.youtube.com/watch?v=hFcUjA6A8pQ Hi all, I am working on importing openstreetmap maps into openarena. Here are my patchs and code and posts : Project Plan and Kick off http://rdfintrospector2.blogspot.com/2009/09/3d-openstreetmap.html Importing into blender

Re: [josm-dev] Problem with referrers

2009-10-05 Thread Jiri Klement
On Mon, Oct 5, 2009 at 9:43 AM, Frederik Ramm frede...@remote.org wrote: Can you explain (or point me to a previous post that explains) what referrers are good for? For example when way has list of nodes then every node has that way as a referrer. Also every primitive included in relation has

Re: [OSM-dev] Multithread generate_tiles.py, generate_images.py and question about attribution.

2009-10-05 Thread Jon Burgess
On Mon, 2009-10-05 at 15:57 +0200, Radek Bartoň wrote: Dne neděle 04 Říjen 2009 05:09:51 Dane Springmeyer napsal(a): I meant to ask if you had yet compared your generate_tiles.py threading support to the recent additions in svn? I assume not since you wrote yours, as you say several

Re: [josm-dev] Loading JOSM+plugins into Eclipse for the first time.

2009-10-05 Thread Ray Foulkes
Jiri Klement wrote: I've fixed #2480 by replacing LinkedList with ConcurrentLinkedQueue (or at least I hope so, I don't have gps device with me to test it). Thanks Jiri, it is likely to be some time before I can code and test anything for JOSM. At least that will fix my immediate problem. I

[OSM-dev] Mapnik rendering of leisure=park + landuse=* relations

2009-10-05 Thread Dan Homerick
It would be very nice to be able to use landuse tags within parks, especially large ones. Trying to do so is pretty 'buggy' though. I use buggy in quotes, because it seems like the rendering order is just undefined, or at least inconsistent between zoom levels when used with landuse relations.

Re: [josm-dev] Problem with referrers

2009-10-05 Thread Frederik Ramm
Jiri, Jiri Klement wrote: I'm working on support for referrers and I run into a problem which I'm not sure how to fix. Can you explain (or point me to a previous post that explains) what referrers are good for? Currently JOSM quite often makes copies of primitive (using for example

Re: [josm-dev] Windows installer link: Forbidden

2009-10-05 Thread Dirk Stöcker
On Mon, 5 Oct 2009, Ulf Lamping wrote: Just tried to download the JOSM Windows Installer[1] as linked from [2], but only get a fobidden page. Should I write a ticket or will this be fixed soon? Please file a bug report. Building failed and until wednesday I have no time to fix it. I

Re: [josm-dev] Problem with referrers

2009-10-05 Thread Frederik Ramm
Hi, Jiri Klement wrote: OsmPrimitive is no longer just a storage for osm data. It has (will have) methods that will automatically update referrers, spatial index and other things. We need another class that will just hold data - that's what PrimitivePrototype is for. Is the traditional setup

Re: [josm-dev] Problem with referrers

2009-10-05 Thread Karl Guggisberg
Hi there, jiri wrote: I'm not talking about history, I've just mentioned few cases where JOSM use copies of primitives. I think, framm got confused. framm wrote: you're trying to keep a breadcrumb trail of what happened to an object, I hope not! (although, this is the way the undo/redo

Re: [josm-dev] JOSM Tested

2009-10-05 Thread Petr Dlouhý
On Sat, 03 Oct 2009 11:53:10 +0200, Karl Guggisberg karl.guggisb...@guggis.ch wrote: I was hoping to be developing over the weekend. I'm going to add referrers (so you can eg get list of ways that reference some node). That should make some parts of josm much faster when working with large

[josm-dev] Critical bug since 2204

2009-10-05 Thread Karl Guggisberg
Hi everybody since 2204 there was a critical bug in Way. It broke the merge logic (the unit tests for MergeVisitor didn't pass). It is still present in tested (2221) and users will certainly notice because conflicts on ways are not detected as expected. Shouldn't running all unit tests be part

Re: [josm-dev] Critical bug since 2204

2009-10-05 Thread Pieren
On Tue, Oct 6, 2009 at 12:15 AM, Karl Guggisberg karl.guggisb...@guggis.ch wrote: It is still present in tested (2221) and users will certainly notice because conflicts on ways are not detected as expected. I tried on my build version and merging ways seems to work. Which type of conflicts are