Re: A functioning Public Transport plugin

2020-11-21 Thread Jo
). I'm doing that with Python and Pandas, but it still needs more work. Jo On Sat, Nov 21, 2020 at 8:54 PM wrote: > > We are also working on a renderer that gives something like a metro map > diagram > > OMG yes. I was looking for something like this. Problem is what you showed

Re: A functioning Public Transport plugin

2020-11-14 Thread Jo
to have the itineraries as superroute relations that contain route relations for the 'bundles'. Work in progress... Would you have time for a Google Hangout this weekend? I would like to demonstrate how converting route relations to PTv2 works. Jo (Polyglot) On Fri, Nov 13, 2020 at 10:10 PM

extra button with 4 states in the Tags button panel

2020-07-14 Thread Jo
orking on that. But now it's in a long sequence of actions that happen when the mapper tries to sort the stops in a route relation, that is not pt v2. Another button on my wishlist is one that would flip from/to and changes the name tag accordingly. Jo Zoekresultaten

Re: convert a set of ways to a GPX layer

2020-07-13 Thread Jo
There is also this: https://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/actions/relation/ExportRelationToGpxAction.java But I don't know how to use it. Jo On Mon, Jul 13, 2020 at 8:51 PM Jo wrote: > public static void removeOnewayAndSplitRoundaboutWays(final Relat

Re: convert a set of ways to a GPX layer

2020-07-13 Thread Jo
idn't try to run it, but I think the last line will create my GPX layer. So now I need to figure out how to convert OSM ways to GPX tracks Jo

Re: convert a set of ways to a GPX layer

2020-07-13 Thread Jo
Thanks Russell, But I'm trying to do it in Java. So I think I should figure out how to create a new GPX layer and then create GPX segment objects on it for each way in the route relation, that have the same geometry. Jo On Mon, Jul 13, 2020 at 2:44 PM Russell Nelson wrote: > On 7/12/20 10

convert a set of ways to a GPX layer

2020-07-12 Thread Jo
When I'm converting route relations to v2, I started to remove all the oneway streets from the route relations. This works well, as the routing helper in PT_Assistant lets me reconstruct the itineraries quite easily. For some routes however removing all the oneway streets, loses information

method that returns left or right hand traffic for a given location

2019-08-22 Thread Jo
Hi, In PT_Assistant we want to be able to tell mappers some stops are on the wrong side of the highway. This depends on driving direction, obviously. Is there a method in core that can be used to query this information? Polyglot

Re: "JOSM and Java" on German forum

2019-05-05 Thread Jo
Hi Vincent, Thanks for that very succinct description of what is going on! Polyglot On Sun, May 5, 2019 at 10:40 PM Vincent Privat wrote: > Hello, > Today's weeklyOSM speaks about this German thread: > https://forum.openstreetmap.org/viewtopic.php?id=65470 > > I read a lot of incorrect

Re: Server upgrade maintenance

2018-10-30 Thread Jo
Good luck! Op di 30 okt. 2018 om 16:40 schreef Vincent Privat < vinc...@josm.openstreetmap.de>: > Hello, > We'll begin the maintenance in ~20 minutes, at 17:00. > Cheers, > Vincent > > Le sam. 27 oct. 2018 à 16:57, Vincent Privat < > vinc...@josm.openstreetmap.de> > a écrit : > > > Hi, > > > >

Re: JOSM developers meetup at Karlsruhe?

2018-10-18 Thread Jo
Standards, some people can't seem to get enough of them :-) Polyglot Op do 18 okt. 2018 om 21:16 schreef Dirk Stöcker : > On Mon, 15 Oct 2018, Vincent Privat wrote: > > >> After 1 day INTERGEO on Wednesday and at least 1 day RTCM standards > >> committee meeting on Thursday the chances are

Re: Align nodes

2018-10-08 Thread Jo
I think it does look nice on the map if features are nicely aligned (If that corresponds to the reality, ofc). What I would do, is draw a helper line between those 2 nodes, then maybe parallel ways Or start drawing a rectangle with the buildings-tools plugin. Then split that and remove the

Re: Align nodes

2018-10-07 Thread Jo
if you use Shift-B you align the nodes + distribute them evenly. if you use 'o', the nodes get distributed on a curve. (doesn't have to be a full circle) Did you try selecting just a subset of nodes, either by bounding box select (s) or lasso select (ss) and then 'l'? if you select 1 node, you

Re: JOSM developers meetup at Karlsruhe?

2018-09-03 Thread Jo
Hi Vincent, Indeed, that's a great plan! I went to Karlsruhe last year, wasn't really planning to go this year, but this changes things, so I'll try to attend too! Polyglot Op di 4 sep. 2018 om 00:21 schreef Wiktor Niesiobedzki : > Hi, > > Sounds like a great plan. I'd love to meet you. Count

Re: New version of JOSM noticably sluggisher and becoming unresponsive

2018-08-19 Thread Jo
it's even possible to cache these results. I'm going to ask Biswesh to make the displaying of those calculated route_ref counterparts optional. Then we know that that's where it's coming from and figure out whether it can be optimised. Jo Op zo 19 aug. 2018 om 14:57 schreef Vincent Privat

Re: New version of JOSM noticably sluggisher and becoming unresponsive

2018-08-19 Thread Jo
I'm also noticing that JOSM sometimes hangs. In my case it is then consuming >300% processing power. I often see it right after panning the map. I'm beta testing PT_Assistant and can't be sure whether that has something to do with it. It's drawing many labels for all the bus stops, which are

Re: YourKit free license for JOSM core developers

2018-06-22 Thread Jo
Hi Vincent, Do you think it makes sense Biswesh learns how this works? Jo Op vr 22 jun. 2018 om 19:46 schreef Vincent Privat : > I only got answer from Dirk. Nobody else interested? Paul, Wiktor, Michael? > > 2018-06-18 21:00 GMT+02:00 Vincent Privat : > > > I guess we can

Re: translating the strings of plugins

2018-05-09 Thread Jo
Oh, I think it would be nice to add PT_Assistant to Transifex. What would be the procedure for that? Jo 2018-05-09 14:37 GMT+02:00 Florian Schäfer <flor...@schaeferban.de>: > Hi Polyglot, > > it's at https://translations.launchpad.net/josm/ . > A few plugins are t

translating the strings of plugins

2018-05-09 Thread Jo
Hi, Do we have a web interface where the strings of JOSM and its plugins can be translated in a way that is accessible to the general public? I can't seem to find it. Polyglot

Re: JOSM enhancements vs. separate plugin

2018-05-09 Thread Jo
I guess it all depends on availability of time of the core team. What surprises me is that plugins that everybody probably have installed like buidings-tools and utilsplugin2 are not 'adopted' into core. That probably tells you something about how likely it is that others would be. Polyglot

Re: The (dark) future of Java on desktop

2018-04-16 Thread Jo
Good news! Who needs Oracle anyway :-) Polyglot 2018-04-16 20:36 GMT+02:00 Vincent Privat : > Hello, > I got in contact with Jiri Vanek. He might be our saviour. > As some of you may know, he's the one behind IcedTea-Web (ITW: the free & > open-source implementation of

Re: Plugins: deprecated API to be removed

2017-12-02 Thread Jo
Hi Vincent, Thank you for cleaning up the source code. Of course I run into a problem when using the scripting plugin. How can I get all the selected elements? This is what worked untill a few days ago: from org.openstreetmap.josm import Main editLayer = Main.getLayerManager().getEditLayer()

Re: new high resolution imager for Ashgabat in Turkmenistan

2017-09-06 Thread Jo
for the mess. I tried to add source information. Jo 2017-09-06 22:18 GMT+02:00 Jo <winfi...@gmail.com>: > Hi, > > I found out about it while proofreading WeeklyOSM. > > The original announcement is here: https://www.openstreetmap.org/ > user/apm-wa/diary/42195 > > Jo

Re: new high resolution imager for Ashgabat in Turkmenistan

2017-09-06 Thread Jo
Hi, I found out about it while proofreading WeeklyOSM. The original announcement is here: https://www.openstreetmap.org/user/apm-wa/diary/42195 Jo 2017-09-06 22:11 GMT+02:00 simson.gert...@gmail.com < simson.gert...@gmail.com>: > Hello, > please provide a source that this ba

new high resolution imager for Ashgabat in Turkmenistan

2017-09-06 Thread Jo
I wanted to add a new imagery source, but I might have broken something: https://josm.openstreetmap.de/wiki/Maps/Turkmeninstan When I update my imagery list in JOSM, it blanks. Polyglot

Find nodes that belong to multiple ways, where those ways belong to route relations

2017-05-15 Thread Jo
Hi, I came up with this: inview (junction=roundabout OR ways:2- child junction=roundabout ) It almost does what I need. I would like to find all the nodes that belong to multiple ways, with the added condition that these ways are members in route relations. Is that possible? Polyglot

Google Summer of Code 2017 JOSM PT_Assistant plugin

2017-05-04 Thread Jo
Giacomo Servadei was accepted for continuing development on the JOSM PT_Assistant plugin. Darya Golovko started to work on this plugin last year and she succeeded in making the mapping and correcting of public transport route relations a lot more convenient and efficient. She will be

Re: malenki is dead

2016-11-29 Thread Jo
We will all miss him. A mapping project to his tribute was set up on the Spanish Tasking Manager: http://tareas.openstreetmap.es/project/38# It's the region where the accident happened. Polyglot 2016-11-29 9:44 GMT+01:00 Vincent Privat : > Hi, > I just learned

PublicTransportRouteTest.java

2016-05-19 Thread Jo
Hi Don, I found the following code: https://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/data/validation/tests/PublicTransportRouteTest.java I'm using the result of it quite often lately, especially route contains gap As you may know, I'll be mentoring Darya to create a

Re: [josm-dev] JOSM credited in OpenJDK Quality Outreach report (March 2016)

2016-03-11 Thread Jo
Yay! Polyglot 2016-03-11 21:21 GMT+01:00 Vincent Privat : > See > > https://wiki.openjdk.java.net/display/quality/Quality+Outreach+Report+March+2016 > > :) > ___ > josm-dev mailing list > josm-dev@openstreetmap.org >

[josm-dev] Change credentials from Python script in JOSM

2016-01-27 Thread Jo
Hi, I'm creating a prototype in Python to add wikidata entries and tags during an import of schools. To upload the school data, there is this silly rule that this needs to be done using a separate import account. It doesn't matter how I feel about this requirement, but my main problem with it, is

Re: [josm-dev] Opening the relation editor programmatically ?

2015-06-23 Thread Jo
Hi Matthieu, I finally managed to figure it out: import org.openstreetmap.josm.gui.dialogs.relation.RelationEditor as RelationEditor RelationEditor.getEditor(mv.getEditLayer(), newRelation, None).setVisible(True) 2015-04-30 12:44 GMT+02:00 Matthieu Gaillet mgwebm...@fastmail.fm: Hi, I’m

Re: [josm-dev] Common presets for OSM editors?

2015-06-23 Thread Jo
Long time JOSM user here. While following this thread my idea would also have been to write conversion scripts to get from one format to another, and indeed coming up with a common denominator from which the different formats can be distilled would seem like the next logical step in that train of

[josm-dev] unit testing and functional testing of plugins

2015-06-22 Thread Jo
Hi, For some peace of mind and to avoid regression, while boldly adding functionality, I'd like to encourage the student I'm mentoring to write tests for the Mapillary plugin. I found this folder, which contains tests: https://josm.openstreetmap.de/browser/josm/trunk/test Do tests which test a

Re: [josm-dev] unit testing and functional testing of plugins

2015-06-22 Thread Jo
I updated the wiki: https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins Merci! Jo 2015-06-22 11:53 GMT+02:00 Vincent Privat vincent.pri...@gmail.com: Hi, Good initiative. Tests are always welcome. To add new unit tests, look at those existing plugins: - alignways

[josm-dev] debugging plugins

2015-06-22 Thread Jo
Hi, When one develops a plugin for JOSM, the compiled jar file is used. That is quite convenient, but it seems to make it impossible to run a debugger from Eclipse on the code of the plugin. One can always print messages to the console, but the ability to work with breakpoints and such is

Re: [josm-dev] debugging plugins

2015-06-22 Thread Jo
That's great! Many thanks, Jo 2015-06-22 12:05 GMT+02:00 Malcolm Herring malcolm.herr...@btinternet.com: On 22/06/2015 10:54, Vincent Privat wrote: Yes it is possible. Simply add the Eclipse project of your plugin to the list of projects being used to search for sources in your debug

[josm-dev] validator rule for public_transport=platform

2015-05-07 Thread Jo
Hi, I'm getting messages from the validator claiming public_transport=platform can only be used on way or closed_way. This is not true. It can be used perfectly well on nodes. In that case the node represents the position of the pole. I just checked it on the wiki.

Re: [josm-dev] Registering a keyboard shortcut for a script ?

2015-04-26 Thread Jo
The script is written in Jython by means of the scripting plugin. Jo 2015-04-26 14:30 GMT+02:00 Matthieu Gaillet mgwebm...@fastmail.fm: Hi, Simple question, but I’m afraid there will ne no easy answer : is there any way to register a keyboard shortcut for a user script ? Thanks

Re: [josm-dev] JOSM Search question

2015-04-16 Thread Jo
child(2) or child(3) will find any object which has a parent (way or relation) with 2 or 3 in its values. That's not what Dirk was trying to search for. Polyglot 2015-04-16 21:22 GMT+02:00 Nelson A. de Oliveira nao...@gmail.com: Why I can't find anything with child(any int number)? What am I

[josm-dev] Fwd: [OSM-dev] Reminder: GSoC Application Deadline

2015-03-26 Thread Jo
-- Forwarded message -- From: Peter Barth osm-p...@won2.de Date: 2015-03-26 22:32 GMT+01:00 Subject: [OSM-dev] Reminder: GSoC Application Deadline To: d...@openstreetmap.org Hi all, just a quick reminder: Tomorrow, 27.3. at 19:00 UTC is the deadline for student applications. So

Re: [josm-dev] List Admin Role

2015-02-24 Thread Jo
I am a regular on this list for a long time now, but I'm not a core developer, couldn't even call myself a JOSM developer. All I develop are some styles and presets. Anyway, if nobody else signs up for the task, I can do it. Jo 2015-02-24 19:43 GMT+01:00 Frederik Ramm frede...@remote.org: Hi

Re: [josm-dev] icons for MapCSS for RoadSigns

2015-02-18 Thread Jo
-width: eval(max(12,prop(pixel_per_metre))); } It looks really funny, as the set of signs scales and the default style doesn't. But unfortunately it's not different from not adding those directives. Jo 2015-02-18 9:07 GMT+01:00 Martin Vonwald imagic@gmail.com: Hi! 2015-02-17 20:58 GMT+01

Re: [josm-dev] icons for MapCSS for RoadSigns

2015-02-18 Thread Jo
circle in there. Thanks, Jo 2015-02-18 9:07 GMT+01:00 Martin Vonwald imagic@gmail.com: Hi! 2015-02-17 20:58 GMT+01:00 Jo winfi...@gmail.com: It seems like I've started to do something which is impossible. Can't move the png icons giving them an offset There is a solution

Re: [josm-dev] icons for MapCSS for RoadSigns

2015-02-18 Thread Jo
a preset. I guess they added buttons on the toolbar for the ones they use really often. But that RoadSigns plugin is really handy to add the signs. Jo 2015-02-17 23:26 GMT+01:00 Paul Hartmann phaau...@gmail.com: On 17.02.2015 17:20, Jo wrote: All png files together are 500k

Re: [josm-dev] icons for MapCSS for RoadSigns

2015-02-18 Thread Jo
://scriptdraw.com/ It renders the way it should for traffic_sign=BE:C3 I'm obviously missing something, but I can't figure out what it is. Jo 2015-02-18 9:07 GMT+01:00 Martin Vonwald imagic@gmail.com: Hi! 2015-02-17 20:58 GMT+01:00 Jo winfi...@gmail.com: It seems like I've started

Re: [josm-dev] icons for MapCSS for RoadSigns

2015-02-17 Thread Jo
? This is only for 1 country, what if the datasets become complete for several hundred countries? Is there a way in MapCSS to rotate the icon depending on http://wiki.openstreetmap.org/wiki/Key:direction? Jo 2015-02-17 11:42 GMT+01:00 Paul Hartmann phaau...@gmail.com: On 17.02.2015 05:11, Jo

Re: [josm-dev] icons for MapCSS for RoadSigns

2015-02-17 Thread Jo
I can't seem to find how to displace those icons. There is often more than 1 sign on a pole and there are panels to specify exceptions or for which traffic the sign applies. I can put them in different layers. Maybe I have to look for a solution using text. Jo 2015-02-17 17:20 GMT+01:00 Jo winfi

Re: [josm-dev] icons for MapCSS for RoadSigns

2015-02-17 Thread Jo
/fontcustom.yml They call it a webfont, maybe it can't be used on the desktop? Jo 2015-02-17 17:49 GMT+01:00 Jo winfi...@gmail.com: I can't seem to find how to displace those icons. There is often more than 1 sign on a pole and there are panels to specify exceptions or for which traffic the sign

[josm-dev] icons for MapCSS for RoadSigns

2015-02-16 Thread Jo
/roadsigns.jar/images/BE/BE_B1.png; } Thanks, Jo ___ josm-dev mailing list josm-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/josm-dev

[josm-dev] Mapillary plugin for JOSM

2015-02-15 Thread Jo
... It's there now, but when I try to add some code, I'm getting 30+ errors and warnings I can't solve. Cheers, Jo (Polyglot) ___ josm-dev mailing list josm-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/josm-dev

Re: [josm-dev] Mapillary plugin for JOSM

2015-02-15 Thread Jo
Hi Paul, HolgerMappt and me had been preparing that on a Titanpad, I only had to take out all the references to the new Mapillary API. I'll add you as a co-mentor. I could use a mentor myself, but I think it will be a lot better to have an actual Java developer to do the coding. Cheers, Jo

Re: [josm-dev] Mapillary

2015-01-27 Thread Jo
I think I'd like to attempt it. The first question that comes to mind is: build further on the photo mapping plug in or fork it? Jo On Jan 26, 2015 11:36 PM, Jo winfi...@gmail.com wrote: Hi, Is somebody already working on a Mapillary plugin for JOSM? Polyglot

[josm-dev] Mapillary

2015-01-26 Thread Jo
Hi, Is somebody already working on a Mapillary plugin for JOSM? Polyglot ___ josm-dev mailing list josm-dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/josm-dev

Re: [josm-dev] How to use DownloadTask in Python/Jython

2015-01-18 Thread Jo
and even completes, and I can even manage to get several pieces of code run concurrently (which may come in handy some day, learned a new trick there), but the freshly downloaded data only gets merged into the layer after the script terminates. Cheers, Jo 2015-01-18 2:06 GMT+01:00 Jo winfi

Re: [josm-dev] How to use DownloadTask in Python/Jython

2015-01-17 Thread Jo
. Thanks! Jo 2015-01-18 1:58 GMT+01:00 Paul Hartmann phaau...@gmail.com: On 17.01.2015 00:27, Jo wrote: Hi Paul, Many thanks for your help. f.get() makes the script hang forever. Maybe the script and the download are run by the same Executor (Main.worker). Then this would block. You can try

Re: [josm-dev] How to use DownloadTask in Python/Jython

2015-01-17 Thread Jo
it again so the rest of the script can do its thing. Thanks, Jo 2015-01-17 0:27 GMT+01:00 Jo winfi...@gmail.com: Hi Paul, Many thanks for your help. f.get() makes the script hang forever. When I don't add it the download works correctly. At least, once I cleaned up the Overpass Query

Re: [josm-dev] How to use DownloadTask in Python/Jython

2015-01-16 Thread Jo
(),mv.getVisibleRect().getMaxX(),mv.getVisibleRect().getMaxY(),), None) # print dt.isFailed() # dt.getDownloadedData() print dir(f) # time.sleep(20) 2015-01-16 15:00 GMT+01:00 Paul Hartmann phaau...@gmail.com: On 16.01.2015 14:23, Jo wrote: Hi guys, Unfortunately I'm

Re: [josm-dev] Similarly named ways

2015-01-05 Thread Jo
hardly polluting the data, but it would save human editors time. And that is more important ultimately, than a few bytes of data to help QC. Jo On Jan 6, 2015 7:33 AM, Nelson A. de Oliveira nao...@gmail.com wrote: And what about having a new (or even more) category (disabled by default) in JOSM

Re: [josm-dev] Similarly named ways

2015-01-04 Thread Jo
can't remember which ones I already resolved, but I'd prefer not to waste time over and over again on the ones I did already work on. Polyglot 2015-01-04 3:21 GMT+01:00 Jo winfi...@gmail.com: In that case, can you point me to a place where I can add: Wortegem.* - Waregem.* Oost.* - West

[josm-dev] Similarly named ways

2015-01-03 Thread Jo
Hi, Maybe this is wishful thinking, but I'd like to eliminate as many false positives in the validator as possible. On the one hand I'd like to ask where it is developed. I may be able to lend a hand with the coding. There are some issues with bicycle and hiking/foot route relations, where until

Re: [josm-dev] JOSM 7777 released, with the new logo + help needed for an OSM blog post

2014-12-10 Thread Jo
It's the only viable option if you want to seriously get some work done efficiently... 2014-12-10 20:56 GMT+01:00 Vincent Privat vinc...@josm.openstreetmap.de: The November version is now available (a bit late!) as version , with our great new logo :) I won't repeat the changelog here,

Re: [josm-dev] new confirmation dialog for presets

2014-09-14 Thread Jo
... Cheers, Jo 2014-09-14 1:16 GMT+02:00 Vincent Privat vincent.pri...@gmail.com: 2014-09-13 13:11 GMT+02:00 Jo winfi...@gmail.com: OK, sorry for the tone. Simply wanted to convey it was rather annoying and totally disrupted my workflow. Every change breaks someones workflow: http

Re: [josm-dev] new confirmation dialog for presets

2014-09-13 Thread Jo
adding thousands of bus stops, but I want to vet each and every one of them to make sure they are in the right place. Thanks for all the good work on JOSM. Jo 2014-09-13 11:57 GMT+02:00 Dirk Stöcker openstreet...@dstoecker.de: On Sat, 13 Sep 2014, Jo wrote: I created some presets and added

Re: [josm-dev] Custom K/V Tags in MAPCSS?

2014-07-17 Thread Jo
about which tags you use. The source code is open though, so you can check. Jo 2014-07-17 3:07 GMT+02:00 Alex Rollin alex.rol...@gmail.com: Hi! Let me try again, I am sorry I am not giving the right information. We work with OSM! You can check out our city on the map: http

[josm-dev] source on changeset

2014-01-01 Thread Jo
Hi, I'm running josm-latest. Lately it became more convenient to add sources to changesets. With the very latest, it takes the names of the imagery layers, instead of the one used the last time. Maybe this makes sense the very first time JOSM is started, but having to change it to what I want to

Re: [josm-dev] source on changeset

2014-01-01 Thread Jo
in josm-latest. Polyglot 2014/1/2 Simon Legner simon.leg...@gmail.com Hi Jo! On 02/01/14 00:07, Jo wrote: Is there an xml tag one could use to indicate it is 'source' data? Yes, there is. Funnily I have answered this question in another context today, see http://josm.openstreetmap.de

Re: [josm-dev] Cardinal Directions Changes

2013-12-23 Thread Jo
like about the new PT scheme. (on condition all the ways go first, then all the stops in the order they are served, if a stop gets served twice it is in the relation two times). Jo 2013/12/20 Simon Legner simon.leg...@gmail.com Hi Jon! If possible, please respond to previous messages to keep

[josm-dev] search from Python script

2013-06-11 Thread Jo
Hi, I'd like to invoke a search from my Python script. What should I import and how can I call it? Jo ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

[josm-dev] Find superfluous nodes

2013-05-29 Thread Jo
the bearing (directional coefficient?) of the line intersecting 2 points? If this is the same for two consecutive lines, the node in between can be safely removed. (I'll check that it's not part of an adjacent building first, of course). Jo ___ josm-dev

Re: [josm-dev] MapCSS: Substitute characters in a text

2013-04-06 Thread Jo
Recently support for regular expressions was added to the JOSM implementation of MapCSS. http://josm.openstreetmap.de/wiki/Help/Styles/MapCSSImplementation#Evalexpressions Maybe you can accomplish what you need with regexp_match(regexp, string, flags) It will return a list of matching groups,

Re: [josm-dev] JOSM Server and Database

2013-03-17 Thread Jo
locked issues are now history. That fancy IPv6 address will only work if you happen to have a valid public IPv6 address yourself already, of course. Jo ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

[josm-dev] MAPCSS

2013-03-02 Thread Jo
Hi, I noticed some new mapcss functionality. Good to see that it's being developed further. What I would like from mapcss is a way to get a list of values for a given tag, for parents of an object with certain properties: A way or a bus stop can be part of several relations. I'd like to get a

[josm-dev] function to find nodes next to a way

2013-02-18 Thread Jo
within this rectangle. Is there a function for that in JOSM? The intention is to try and locate bus stops to one side of a road, before they are part of a route relation. Jo ___ josm-dev mailing list josm-dev@openstreetmap.org http

Re: [josm-dev] function to find nodes next to a way

2013-02-18 Thread Jo
2013/2/18 Dirk Stöcker openstreet...@dstoecker.de On Mon, 18 Feb 2013, Jo wrote: I would like to be able to find nodes with certain tags next to a way, within a few meters (configurable). I was thinking to draw a 'virtual' rectangle to one side of the way, but I don't know what function

Re: [josm-dev] route handling (was: Find bus stops along a way)

2012-11-09 Thread Jo
I get with that. What I'm looking for at the moment is the code which creates parallel ways. So I can do that for each way member. Jo 2012/11/9 Roland Olbricht roland.olbri...@gmx.de: Hi, I have been looking at that and I'll have to look again as it seemed quite complicated :-) Yes

Re: [josm-dev] Find bus stops along a way

2012-11-08 Thread Jo
I'm using Overpass already, but I'll probably add that I want 100m around all the nodes involved, so everything can be downloaded in one go, before I start. Thanks, Jo 2012/11/8 Paul Hartmann phaau...@googlemail.com On 11/08/2012 08:51 AM, Maarten Deen wrote: On 2012-11-08 08:14, Jo wrote

Re: [josm-dev] Find bus stops along a way

2012-11-08 Thread Jo
will, of course, need to be checked manually for correctness before it is uploaded) Cheers, Jo 2012/11/8 Roland Olbricht roland.olbri...@gmx.de Hi, I want to find all bus stops along a side of the road. There is a function doing this in the plugin public_transport. Feel free to copy

[josm-dev] Find bus stops along a way

2012-11-07 Thread Jo
meters away as another side. Get all nodes within this polygon as a list. I've been browsing through the source code, but I can't seem to find suitable functions to accomplish this. Jo ___ josm-dev mailing list josm-dev@openstreetmap.org http

Re: [josm-dev] Uploading Presets to the JOSM wiki

2012-10-11 Thread Jo
Oh good, I was already starting to doubt my abilities :-) Thanks, Jo 2012/10/11 Dirk Stöcker openstreet...@dstoecker.de Hello, Sorry for highjacking the thread. I tried to follow all the rules while adding: http://josm.openstreetmap.de/wiki/Styles/NumberedCycleNodeNetworks

Re: [josm-dev] Uploading Presets to the JOSM wiki

2012-10-10 Thread Jo
Sorry for highjacking the thread. I tried to follow all the rules while adding: http://josm.openstreetmap.de/wiki/Styles/NumberedCycleNodeNetworks But it doesn't show up in the table and thus doesn't become available in JOSM. It is present in the list of links in the middle of the wiki page.

Re: [josm-dev] Stabilization ends

2011-12-21 Thread Jo
. This time, JOSM didn't work for me anymore though. After creating the ticket I got the idea to throw out the whole config directory and starting over. This solved everything, so AFAIC the ticket can safely be closed. Cheers, Jo ___ josm-dev mailing list

Re: [josm-dev] Stabilization ends

2011-12-21 Thread Jo
tutorials, do you release them? I think the ones in JOSM download directory are totally out of date. Of course: http://www.youtube.com/user/yoyo7yoyo There is no sound. Some of them have annotations, Jo ___ josm-dev mailing list josm-dev

Re: [josm-dev] Stabilization ends

2011-12-18 Thread Jo
7158 is probably caused by meddling with the shortcut keys/running 2 instances simultaneously/experimenting with the very latest possibilities all combined. I dropped the configuration directory .josm and completely started over and now all seems fine. Polyglot 2011/12/18 Paul Hartmann

Re: [josm-dev] Automatic Plugin Update Procedure

2011-12-12 Thread Jo
Shit hits the fan: I updated to josm-latest 4655 in order to get the latest version of the license check plugin. Upon rebooting JOSM I get Could not load plugin licensechange. Delete from preferences? Disable PI, Keep PI So I went into the file system and took it out. JOSM complained. I did

Re: [josm-dev] Automatic Plugin Update Procedure

2011-12-12 Thread Jo
Same problem in 4639. Where can I get the old plugin which did work? Jo 2011/12/13 Jo winfi...@gmail.com Shit hits the fan: I updated to josm-latest 4655 in order to get the latest version of the license check plugin. Upon rebooting JOSM I get Could not load plugin licensechange. Delete

[josm-dev] support for Openstreetview in JOSM

2011-11-28 Thread Jo
for looking into this, Jo ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [josm-dev] history viewer improvement

2011-11-24 Thread Jo
for everything one touches. OTOH, this is aburd as well, of course... On a more positive note, is the code which generates these nice overviews available somewhere? Jo 2011/11/24 Ian Dees ian.d...@gmail.com On Thu, Nov 24, 2011 at 4:08 AM, Paul Hartmann phaau...@googlemail.com wrote: On 11/24/2011 03:21

Re: [josm-dev] history viewer improvement

2011-11-23 Thread Jo
in a browser window. I understand the green ticks and no ticks. But what do the dark gray ticks mean? I know a long time contributor who agreed who has one of those instead of green and the other contributors I checked, all checked out OK on hdyc (how did you contribute). Jo 2011/11/23 Richard Weait

[josm-dev] add relicensing problems to search options

2011-11-13 Thread Jo
already possible to search for nodes which have tags. Jo ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [josm-dev] JOSM Translations Page : Missing link

2011-10-31 Thread Jo
Shouldn't it be 'your' instead of 'you'? Jo 2011/10/31 Dirk Stöcker openstreet...@dstoecker.de: On Sun, 30 Oct 2011, Pierre Béland wrote: while translating page http://josm.openstreetmap.de/wiki/Translations I found a broken link on the following line : * Add you language in init() function

[josm-dev] composing display name for relations from operator ref name from via to

2011-10-15 Thread Jo
Hi, I've been looking at http://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/gui/DefaultNameFormatter.java Now I'm going to propose something that may be completely ludicrous. I've been creating name tags which duplicate information from other tags - which is not so nice -

[josm-dev] downloading referrers and incomplete relation members from a script

2011-10-03 Thread Jo
. This, of course, creates problems since the rest of the code depends on what was being downloaded. Is there a way to make it wait? I've been trying countless scenarios All to no avail. Many thanks for your help. Jo ___ josm-dev mailing list josm-dev

Re: [josm-dev] License change plugin

2011-07-04 Thread Jo
I downloaded v4201, but I can't seem to find this licensing plugin in the list of plugins. I'd like to experiment with it. Do I need to add another repository or install it manually, somehow? Jo 2011/7/3 Willi wil...@gmx.de Frederik Ramm [mailto:frede...@remote.org] wrote at 2. July 2011 23:11

Re: [josm-dev] Help - can't upload JOSM edits

2011-06-03 Thread Jo
Select one element and try Send selection to server. If that works, you know the problem is not with your internet connection. Then you can send all the rest one by one until you find the element that's causing the problem. Polyglot 2011/6/4 Richard Moss rich...@richardmoss.co.uk I hope this

[josm-dev] re-licensing status display in the user list

2011-04-24 Thread Jo
Hi, I've been looking at the user list, now that the re-licensing status is shown in it. It surprises me a bit that only the relicensing status of the last editor for a primitive is shown. Is it considered enough that a user who agreed to the CTs touched a primitive as the last editor, to have it

Re: [josm-dev] Scripting plugin

2011-04-14 Thread Jo
://wiki.openstreetmap.org/wiki/JOSM/Plugins/Scripting. I'd like to add yours too, please let me know about an URL, if you publish it somewhere. Of course, you can add it to the Wiki yourself, if you want to. Regards Karl 2011/4/14 Paul Hartmann phaau...@googlemail.com Jo wrote: I'm back

Re: [josm-dev] Scripting plugin

2011-04-11 Thread Jo
I'm back on track with the scripting plugin. I created a Jython script that helps to find probable spelling errors in street names. It's quite specific in that it supports the bilingual status of Brussels. #!/bin/jython # # Spell checking.py - Helps to locate probable spell errors # from

Re: [josm-dev] Illegal tag/value combination

2011-04-10 Thread Jo
Hi Nakor, I usually get that when a religious building is missing the denomination tag. Polyglot 2011/4/9 Nakor nakor@gmail.com Hello, What is an illegal tag/value combination and why does it show up as an error? Thanks, N. ___

Re: [josm-dev] Two new features for UtilsPlugin2

2011-04-02 Thread Jo
Dirk, Would it be a big effort to show the search string instead of Search objects (Ctrl-F), as a tooltip, when a specific one has been given? Then it's not such a big deal that all the icons are the same. Jo 2011/4/1 Dirk Stöcker openstreet...@dstoecker.de On Fri, 1 Apr 2011, Jo wrote

  1   2   >