Re: [OSM-dev] mail notification from changeset comments

2016-01-02 Thread Simon Poole
Am 02.01.2016 um 06:43 schrieb Gerd Petermann: > Hi all and a happy new year! > > I wonder why mails produced by changeset comments are treated different to > those written by users: Because they are not mails generated by the internal message system, see

Re: [OSM-dev] Retrieving nodes with a "wikipedia=" OSM tag in a certain area via an OSM API?

2016-01-02 Thread mmd
Hi, Am 02.01.2016 um 10:03 schrieb Oleksiy Muzalyev: > I repeat for clarity - I need to retrieve coordinates of nodes which > have the OSM "wikipeida=", "wikimedia_commons=", "wikidata=" tag in the > radius of 10 kilometres. I started to explore the Osmosis, the MapQuest > Geocoding API, etc.,

Re: [josm-dev] IPv6 problems

2016-01-02 Thread Florian Lohoff
On Fri, Jan 01, 2016 at 09:12:50PM +0100, Dirk Stöcker wrote: > On Fri, 1 Jan 2016, Philip Homburg wrote: > > >- Ideally, operating systems should ship with a happy eyeballs implementation > > in the C library. I don't know any that does. It is not such a great idea > > for applications to roll

Re: [josm-dev] IPv6 problems

2016-01-02 Thread Florian Lohoff
On Fri, Jan 01, 2016 at 02:03:57PM +0100, Dirk Stöcker wrote: > On Fri, 1 Jan 2016, Florian Lohoff wrote: > > >Currently josm tries to be clever and either does v6 or v4 and tries > >to detect whether the host is v6 enabled. This is broken by design. > >You cant detect whether you will be able to

[OSM-dev] Retrieving nodes with a "wikipedia=" OSM tag in a certain area via an OSM API?

2016-01-02 Thread Oleksiy Muzalyev
Hi, I wrote a web-application for planning Wikipedia photography expeditions: http://ausleuchtung.ch.local/geo_wiki/ Click on the map and it shows all Wikipedia articles geo-locations in the radius of 10 km around the click. Wikipedia language is changed by replacing "en" for English on

[josm-dev] DNS timeout/fail on startup Was: IPv6 problems

2016-01-02 Thread Florian Lohoff
On Fri, Jan 01, 2016 at 02:03:57PM +0100, Dirk Stöcker wrote: > I also don't believe that's a JOSM issue, as JOSM does not remember > any states between connections. Maybe your connection is simply to > slow and you need to increase the timeouts so it works for your > system. JOSM uses reasonable

Re: [OSM-dev] Retrieving nodes with a "wikipedia=" OSM tag in a certain area via an OSM API?

2016-01-02 Thread Jo
Overpass API is your friend. you can discover how it works using Turbo Overpass. This may also be of interest to you: https://en.wikipedia.org/wiki/Module:OSM Try it from one of these pages: https://en.wikipedia.org/wiki/Special:WhatLinksHere/Module:OSM And you can hit the ground running, as

Re: [josm-dev] DNS timeout/fail on startup

2016-01-02 Thread Dirk Stöcker
On Sat, 2 Jan 2016, Florian Lohoff wrote: Just let the very first DNS request for josm.openstreetmap.org fail/timeout - You get a popup "Network errors occured" and "Change proxy setting". This is abolute nonesense. I dont use any proxy - A simple DNS query failed - Thats life. I might even be

Re: [josm-dev] How to ask for confirmation at layer deletion or exit?

2016-01-02 Thread Holger Mappt
If we never ask for confirmations then you would be able to quit JOSM while it has modified data. There can be no notice about saved changes at that point. The earliest time to display that notice would be the next JOSM start. But the data might have changed on the server in the meantime. In

Re: [josm-dev] How to ask for confirmation at layer deletion or exit?

2016-01-02 Thread Martin Koppenhoefer
sent from a phone > Am 01.01.2016 um 21:37 schrieb Russ Nelson : > > Never ask for confirmations. It's never the right thing to do unless > you're very short of resources, which we never are these days. that's not exactly true, you can always come to the limits, especially

Re: [OSM-dev] Retrieving nodes with a "wikipedia=" OSM tag in a certain area via an OSM API?

2016-01-02 Thread Oleksiy Muzalyev
Hello Polyglot and mmd, Thank you for the information and for the sample query. Now it is possible to display geolocatios of Wikipedia articles either by coordinates in the articles themselves, or by OSM tags assigned to nodes (red circle marker for wikipeda tag, violet circle marker for

Re: [josm-dev] IPv6 problems

2016-01-02 Thread Simon Legner
Hi all, what about an expert (for now) option (such as prefer.ipv6=jvm) to disable JOSM's algorithm completely and solely rely on the JVM to figure out the correct way to connect to a server? According to [1] … > IPv6 in Java is transparent and automatic. Porting is not necessary; there is > no

Re: [OSM-dev] Retrieving nodes with a "wikipedia=" OSM tag in a certain area via an OSM API?

2016-01-02 Thread Jo
You're welcome. Maybe it's a good idea to use a regular expression on image= tags that point to commons. Jo 2016-01-03 1:29 GMT+01:00 Oleksiy Muzalyev : > Hello Polyglot and mmd, > > Thank you for the information and for the sample query. Now it is possible > to

Re: [josm-dev] IPv6 problems

2016-01-02 Thread Dirk Stöcker
On Sat, 2 Jan 2016, Simon Legner wrote: what about an expert (for now) option (such as prefer.ipv6=jvm) to disable JOSM's algorithm completely and solely rely on the JVM to figure out the correct way to connect to a server? According to [1] … IPv6 in Java is transparent and automatic. Porting

Re: [josm-dev] IPv6 problems

2016-01-02 Thread Simon Legner
On Sat, Jan 2, 2016 at 11:26 PM, Simon Legner wrote: > what about an expert (for now) option (such as prefer.ipv6=jvm) to > disable JOSM's algorithm completely and solely rely on the JVM to > figure out the correct way to connect to a server? I checked the code: This

Re: [josm-dev] IPv6 problems

2016-01-02 Thread Dirk Stöcker
On Sun, 3 Jan 2016, Simon Legner wrote: On Sat, Jan 2, 2016 at 11:26 PM, Simon Legner wrote: what about an expert (for now) option (such as prefer.ipv6=jvm) to disable JOSM's algorithm completely and solely rely on the JVM to figure out the correct way to connect to a