Re: [OSM-dev] osm2pgsql deltas

2010-01-17 Thread Steve Hill
On Sun, 17 Jan 2010, Matt Amos wrote: for the things i'm using them for they seem to work fine with osm2pgsql without any changes. if you're using osmosis to grab the changes then you'll need to change the rcii/rci tasks to rrii/rri tasks [1], though. Ok. The old hourly and minutely deltas

Re: [OSM-dev] osm2pgsql deltas

2010-01-17 Thread Frederik Ramm
Hi, Steve Hill wrote: The old hourly and minutely deltas had filenames based on their dates; the new ones don't. Is there a sensible way to figuring out which deltas you need without downloading several hundred *.state.txt files? Yes, use Osmosis to do it automatically. Initialise with

[OSM-dev] Rails_port unit tests 3 errors, functional tests 39 failures -- found fix

2010-01-17 Thread Steve
Hi everyone, Ubuntu server 8.04.3 install Whenever I ran 'rake test', I would get 3 unit errors and 39 functional failures ie: 1) Error: test_create(NodeTest): OSM::APIChangesetAlreadyClosedError: The changeset 1 was closed at Tue Jan 12 18:46:10 UTC 2010

Re: [OSM-dev] osm2pgsql deltas

2010-01-17 Thread Brett Henderson
On Sun, Jan 17, 2010 at 11:32 PM, Frederik Ramm frede...@remote.org wrote: number of downloads needed to find the right delta, but that's messy as hell compared to how trivial it was when we had date based names. The best I can come up with is trying to do a binary cut to reduce the The

Re: [OSM-dev] Rails_port unit tests 3 errors, functional tests 39 failures -- found fix

2010-01-17 Thread Jonathan-David SCHRODER
Hello Steve, thanks for what found and did. I had three errors too running the tests though I don't remember what, on an Ubuntu 8.04 server too on Amazon EC2. When I deploy rails from trunk on another machine I'll hopefully have no more errors running the tests. Thank you very much, take care,

Re: [OSM-dev] amazon AMIs for a full blown openstreetmap.org-like server

2010-01-17 Thread Jonathan-David SCHRODER
Hello, 1) I had a long chat with James Mike about his project. we basically have a same idea of a osm-inputoutput, tiles-from-stored-osm-output machine image as to the outer interfaces. a) James Mike wants osm inputoutput in git (sftp access) or later some very light webservice (not the rails

Re: [OSM-dev] Rails_port unit tests 3 errors, functional tests 39 failures -- found fix

2010-01-17 Thread Shaun McDonald
Hi, Thanks for doing this investigative work and finding the solution, to a problem that I have been unable to reproduce. I have just committed the change. I know that during implementation there were a few changes to the changeset stuff between Time and DataTime classes. In the day job we

[josm-dev] Changes in presets ...

2010-01-17 Thread Ulf Lamping
Hi! In the last two days I've compared the presets with map features, mappaint and current tag usage numbers. I've found several tiny things and some bigger issues missing (e.g. aeroway related stuff almost completely). After implementing the changes (together about 50 differences), I

Re: [josm-dev] Mappaint hierachical rules in elemstyles.xml already implemented?

2010-01-17 Thread Ulf Lamping
Am 16.01.2010 15:34, schrieb Dirk Stöcker: You above example won't work. What I implemented was boolean AND rules: rule condition k=amenity v=parking/ condition k=parking v=multi-storey/ icon src=vehicle/parking/multi-storey.png/ /rule Much like conditions in XSL,

Re: [josm-dev] Changes in presets ...

2010-01-17 Thread Matthias Julius
Ulf Lamping ulf.lamp...@googlemail.com writes: Hi! In the last two days I've compared the presets with map features, mappaint and current tag usage numbers. I've found several tiny things and some bigger issues missing (e.g. aeroway related stuff almost completely). After implementing