[Potlatch-dev] [OpenStreetMap] #4080: Potlatch does not understand building types

2011-11-06 Thread OpenStreetMap
#4080: Potlatch does not understand building types
---+
 Reporter:  Zverik |   Owner:  potlatch-dev@…
 Type:  defect |  Status:  new   
 Priority:  major  |   Milestone:
Component:  potlatch2  | Version:  2.0   
 Keywords:  building   |  
---+
 When selecting, for example, {{{building=apartments}}}, potlatch shows
 unknown object, so users change it to building-building, making it just
 {{{building=yes}}}. This destroys mapped building types. Potlatch should
 know about other building tag values.

-- 
Ticket URL: https://trac.openstreetmap.org/ticket/4080
OpenStreetMap http://www.openstreetmap.org/
OpenStreetMap is a free editable map of the whole world

___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


[OSM-dev] Minute Diffs broken?

2011-11-06 Thread Roland Olbricht
Hello everybody,

It looks like the minute replicate diffs have stopped at 1071883.
http://planet.openstreetmap.org/minute-replicate/001/057/
Could someone please check?

Cheers,

Roland

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Minute Diffs broken?

2011-11-06 Thread Tom Hughes

On 06/11/11 12:35, Roland Olbricht wrote:


It looks like the minute replicate diffs have stopped at 1071883.
http://planet.openstreetmap.org/minute-replicate/001/057/
Could someone please check?


Yes they will down until a new osmosis build can be deployed.

Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Minute Diffs broken?

2011-11-06 Thread Jeremy Adams
 It looks like the minute replicate diffs have stopped at 1071883.
 http://planet.openstreetmap.org/minute-replicate/001/057/
 Could someone please check?

 Yes they will down until a new osmosis build can be deployed.

 Tom

 --
 Tom Hughes (t...@compton.nu)
 http://compton.nu/

Is that something that's happening the near future?  There's a lot of
services that use those diffs.

Did something unexpected happen that caused this?

-Jeremy

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Minute Diffs broken?

2011-11-06 Thread Tom Hughes

On 06/11/11 13:35, Jeremy Adams wrote:

It looks like the minute replicate diffs have stopped at 1071883.
http://planet.openstreetmap.org/minute-replicate/001/057/
Could someone please check?


Yes they will down until a new osmosis build can be deployed.


Is that something that's happening the near future?  There's a lot of
services that use those diffs.


Yes, it will be happening as soon as I get a chance to sort it out.


Did something unexpected happen that caused this?


No, but the update to rails 3 was done this morning, and that has some 
schema changes that mean osmosis needs to be updated. I just haven't had 
time to do that yet.


Tom

--
Tom Hughes (t...@compton.nu)
http://compton.nu/

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Minute Diffs broken?

2011-11-06 Thread Jeremy Adams
On Nov 6, 2011 8:45 AM, Tom Hughes t...@compton.nu wrote:

 On 06/11/11 13:35, Jeremy Adams wrote:

 It looks like the minute replicate diffs have stopped at 1071883.
 http://planet.openstreetmap.org/minute-replicate/001/057/
 Could someone please check?


 Yes they will down until a new osmosis build can be deployed.


 Is that something that's happening the near future?  There's a lot of
 services that use those diffs.


 Yes, it will be happening as soon as I get a chance to sort it out.


 Did something unexpected happen that caused this?


 No, but the update to rails 3 was done this morning, and that has some
schema changes that mean osmosis needs to be updated. I just haven't had
time to do that yet.


 Tom

OK, sounds great.  Thanks for the update Tom.

-Jeremy
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Incomplete diffs?

2011-11-06 Thread marqqs
Hello,

meanwhile osmupdate has been changed to download replication diffs only.

But there is still an issue I cannot explain...

I thought that the normal daily diffs would lack of some data which were 
provided around midnight, but there seem data to vanish from the middle of the 
day too:

# normal diff
$ zcat 2003-2004.osc.gz |grep -c timestamp=\2011-11-03T12:
58968

# replication diff
$ cat 1103-1104.osc |grep -c timestamp=\2011-11-03T12:
59068

And yes, I thought on cumulating the version in the second file before I 
started counting with grep.

Of course, it could easily be that I overlooked something - it's late in 
Germany. :-)
Does anyone have an idea?

Markus


 Original-Nachricht 
 Datum: Sun, 06 Nov 2011 00:32:49 +0100
 Von: mar...@gmx.eu
 An: Frederik Ramm frede...@remote.org, dev@openstreetmap.org
 Betreff: Re: [OSM-dev] Incomplete diffs?

 Hi Frederik,
 
 thanks for the explanation!
 
 The _replication_ diffs are the right choice if you want to update a full
 history file.
 
 Most people who update their OSM files on a regular basis do not need
 replication diffs, they are satisfied with the newest version of each object
 which has been changed.
 
  So, if you want to use daily diffs but avoid the danger of missing 
  edits, use the replication diff.
 
 Very good advice.
 
 Until today I chose NOT to use the diffs in the
 planet.openstreetmap.org/history/ directory because they are outdated. They 
 usually come with a delay
 of 25 hours. Du you know if the creation process could be accelerated
 somehow?
 
 Now I will attend to osmupdate and try to change from daily normal diffs
 to daily replication diffs. Seems to be better than loosing objects once in
 a while.
 
 Meanwhile people can use Osmosis, or run osmupdate with the --hourly
 option which will restrict the program to replication diffs.
 
 Markus
 
  Original-Nachricht 
  Datum: Sat, 05 Nov 2011 22:56:01 +0100
  Von: Frederik Ramm frede...@remote.org
  An: dev@openstreetmap.org
  Betreff: Re: [OSM-dev] Incomplete diffs?
 
  Hi,
  
  On 11/05/2011 06:58 PM, mar...@gmx.eu wrote:
   Meanwhile I found out that this node simply did not appear in the
 daily
  diffs:
   http://www.openstreetmap.org/browse/node/1470178889
  
   It was crated at 2011-10-16T23:58Z by a large changeset along with
  23.000 other nodes.
   Neither the 16/17 nor the 17/18 daily diff contain this node whereas
 the
  hourly diff from October 17 01:00 does.
  
  There are two types of diffs; replication diffs and normal diffs. A 
  replication diff contains everything that happened between two 
  timestamps, including multiple changes of the same object, whereas a 
  normal diff only contains the information required to get from state 1 
  to state 2.
  
  Also, replication diffs are created in a relatively fail-safe process 
  with Osmosis whereas the normal diffs can miss changes in some cases 
  when a long-running database transaction that was created before 0:00 
  extends past the time when the diff is created. (There was a time when 
  we had only normal diffs, and it was near impossible to make sure the 
  minutely/hourly ones did not miss anything.)
  
  For minutely and hourly diffs, we only offer replication diffs these 
  days. For daily diffs, we have the normal ones under 
  planet.openstreetmap.org/daily, as well as the replication diffs under 
  planet.openstreetmap.org/history.
  
  The normal diff indeed lacks the node in question, but the daily 
  replication diff under history/2011/1016-1017.osc.gz has it.
  
  So, if you want to use daily diffs but avoid the danger of missing 
  edits, use the replication diff.
  
  Frankly I don't know why the normal daily diffs are still created at 
  all; if one really wanted to offer a reduced-traffic version of the 
  replication diffs then it would indeed make sense to simply deflate the 
  replication diff using Osmosis' --simplify-change task.
  
  Bye
  Frederik
  
  -- 
  Frederik Ramm  ##  eMail frede...@remote.org  ##  N49°00'09
 E008°23'33
  
  ___
  dev mailing list
  dev@openstreetmap.org
  http://lists.openstreetmap.org/listinfo/dev
 
 ___
 dev mailing list
 dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/dev

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


[josm-dev] Plugin Addrinterpolation

2011-11-06 Thread Werner Horsch
I'm not able to bring this plugin to work, I saw it just one and then never
again in a regular josm, the same happened to me  with other plugins.
Anyway, I've removed hte regular version of JOSM from my pc and just kept
the source code. The utilsplugin2 runs very well on Netbeans, I've copied
build.xml and changed it accordingly, after several trials I just came to
the message the no main is found for this plugin (addrinterpolation)

In order to discard any mess I could have done, I took other pc with Win
and downloaded this plugin as any regular user does through preferences and
then restart. Nothing is to see

Any hint is welcome
thanks
___
josm-dev mailing list
josm-...@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev