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

Re: [OSM-dev] Mentors in GSoC

2020-01-22 Thread Jo
Hi, You should get in touch with the developer of Merkaartor directly. Only they would be capable of mentoring you. Having said that, there is not much development on Merkaartor and the userbase is very small. If you know Java, it may make more sense to also make a proposal for JOSM.

Re: [OSM-dev] Real time in public transport

2019-11-13 Thread Jo
I was considering to use the 'url' tag for a link to the real-time passing times of our stops in Flanders, Belgium: https://www.delijn.be/nl/haltes/halte/303058 or http:/mijnlijn.be/303058, which expands to the above url. the stop's id number is already contained in ref:De_Lijn for all these

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: [OSM-dev] public transport stop_area relations: have you implemented for routing or another purpose?

2019-08-01 Thread Jo
First off, I'm not mapping stop_area relations very often, only in case of ambiguity. A stop near to a side street, but the bus passes on the main street, or in bus stations where everything is very near to the other objects. JOSM's PT_Assistant plugin uses them to figure out which stop_position

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: [OSM-dev] Just Joined List

2019-04-16 Thread Jo
This definitely is something you should NOT do on the main API. That API is for people editing and improving the map, not for using the data. Download an extract for your region and set up a server with it. Then figure out how to go about finding the nearest way to your GPS position (most likely

Re: [OSM-dev] OSM->PostGIS Python tool?

2018-12-21 Thread Jo
Hi Spencer, I'm using Overpy to fetch data using Overpass API, then process it, then send it to JOSM using its remote control feature: https://github.com/osmbe/public_transport.git https://github.com/osmbe/public_transport/blob/master/scripts/OSM_data_model.py

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: [OSM-dev] question about add way to openstreetmap by GPX automatic

2018-09-14 Thread Jo
. The disadvantage, of course is that it takes a fair bit of hard work and precious time to get started. Do you have coordinates for this city? If there happens to be imagery, it may be possible to use the gpx files only as a complementary aid and then you won't be needing all of them, just a subset. Jo

Re: [OSM-dev] question about add way to openstreetmap by GPX automatic

2018-09-14 Thread Jo
I made a short screencast video on how we worked with GPX before we had good aerial imagery to work with: https://www.youtube.com/watch?v=tU9WJeYO77I Adding the ways would still be a manual process, but that's the best way to integrate it with the already existing data anyway. I'm also showing

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: [OSM-dev] How to find the way with the most relation memberships

2018-08-27 Thread Jo
I found that quite intriguing... so I went to download. It turns out that this way (with just a name tag, nothing else, located in a small town 18 km south of Ankara) is member in 430 route relations that only have 2 members. The total amount of ways in those 430 route relations combined is 3.

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: [OSM-dev] ID presets problem

2018-02-25 Thread Jo
In Belgium and The Netherlands (and maybe in Germany too) there are numbered node networks for horseback riding. I have no idea if they are very popular. I don't have any near to where I can go do horseback riding. Polyglot 2018-02-25 23:15 GMT+01:00 Bryan Housel : > The

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: [OSM-dev] Overpass filter by area A or area B

2017-09-14 Thread Jo
You could also do this: [maxsize:4]; ( way["wikidata"="Q212429"][admin_level=3]; way["wikidata"="Q212582"][admin_level=3]; ) ._>; out geom; No need to store it in placeholders if you only want to join. Jo 2017-09-14 9:21 GMT+02:00 François

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

Re: [OSM-dev] stops sequence in routes relations

2017-07-20 Thread Jo
Hi Maarten, It's a separate function under Tools. Jo 2017-07-20 13:25 GMT+02:00 Maarten Deen <md...@xs4all.nl>: > On 2017-07-20 09:13, Jo wrote: > >> Giacomo added functionality to PT_Assistant to sort the stops as they >> appear along the ways of the route. Fo

Re: [OSM-dev] stops sequence in routes relations

2017-07-19 Thread Jo
In v2 of the PT scheme they are indeed sorted in the order the vehicle passes them. They are also the first block in the route relation, followed by a sequence of ways in the order they are traveled. Polyglot 2017-07-19 21:53 GMT+02:00 Mohamed Abou-Hussein < abouhussein.moha...@gmail.com>: >

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: [OSM-dev] Programatic reconstruction of postal code areas

2017-03-29 Thread Jo
The Netherlands are a very strange beast concerning postal codes... :-) Definitely an example where such an approach wouldn't make sense. OTOH, you have complete address data for every single building in The Netherlands, so there is also no real need for it (anymore). Polyglot 2017-03-29 11:07

Re: [OSM-dev] Programatic reconstruction of postal code areas

2017-03-29 Thread Jo
. He'll probably needs to talk to the mailing lists for each country separately to figure out whether there is willingness to define (initial versions of) these boundaries. Polyglot 2017-03-29 10:46 GMT+02:00 Tom Hughes <t...@compton.nu>: > On 29/03/17 09:41, Jo wrote: > > For postal_

Re: [OSM-dev] Programatic reconstruction of postal code areas

2017-03-29 Thread Jo
What I did, at some point when I was trying to figure out zones of bus stops, was to create a MapCSS style which gave me different background colours for each numbered zone. This helped me to visually find the 'outliers', based on the ones that I did already figured out the zone for. For

Re: [OSM-dev] Routes/relations of trams

2017-03-27 Thread Jo
Hi Mohamed, I'm curious about the reason to post this question in osm-dev. Are you developing software related to these tram routes? In which region are you working on those routes? Last year I mentored a Google Summer of Code project which validates routes that adhere to v2 of the Public

Re: [OSM-dev] GSOC 2017 libosmscout: Implementation of a OpenGL ES renderer

2017-03-13 Thread Jo
Students have until April 3rd to submit their proposals. Time to get to work, but no need to hurry. It's better to make sure to get things right. It's a good idea to let your potential mentor review the proposal before submitting it. Polyglot 2017-03-13 10:32 GMT+01:00 Tim Teulings

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 >

Re: [OSM-dev] Regarding POI webapp | gsoc16

2016-03-01 Thread Jo
Hi Pinkesh, Nobody is assigned to any tasks yet. You'll first have to write a proposal and then the mentors will have a hard choice to make. It's best to simply ask your question. In this mailing list is a good place to ask. Polyglot 2016-03-01 15:34 GMT+01:00 Pinkesh Badjatiya

Re: [OSM-dev] GSOC: JOSM Plugin to assist with adding public transport routes

2016-02-15 Thread Jo
I proposed to create the plugin as a GSoC project and I think it remains valid as a proposal. The code written for Poland and another proof-of-concept written in Python can serve as an 'inspiration', but the best way would be to start mostly with a clean slate. We need a proper plugin to assist

Re: [OSM-dev] GSOC: JOSM Plugin to assist with adding public transport routes

2016-02-15 Thread Jo
Hi Daniel, I don't see that plugin in the plugins list of JOSM. How does one use it and more importantly, how does one learn about its existence? I would like to test it, to see whether it already does most of what we need for PT in Belgium. Polyglot 2016-02-15 13:07 GMT+01:00 Daniel Koć

Re: [josm-dev] IO Exception - unable to upload data

2016-02-14 Thread Jo
Hi Bob, When this happens, you can try the following: Ctrl-f, modified type:node Then File/Upload selection This can also help when there are conflicts. Don't forget to upload the rest of the data. Polyglot 2016-02-14 14:16 GMT+01:00 Bob Hawkins : > I have received

[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: [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: [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 <oleksiy.muzal...@bluewin.ch>: > Hello Polyglot and mmd, > > Thank you for the information and for the sample query. Now

Re: [OSM-dev] Upload streets into OSM

2015-11-13 Thread Jo
What problem exactly? Streets are addded all the time. Jo Op 13-nov.-2015 18:41 schreef "Gmail" <yve...@gmail.com>: > This happens every seconds: editors post files to the API to add, delete > or modify streets and more. > http://wiki.openstreetmap.org/wiki/API_v0.6 >

Re: [OSM-dev] New Map Style feedback

2015-11-02 Thread Jo
I find it strange to see many people arguing that there should be a > similarity between street signs and the colour used on the map. Germany, >> for example, uses blue motorway signs exclusively, >> > > I'm not sure if I read this right, but the Netherlands, Belgium and France > also use blue

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

Re: [OSM-dev] Summary of GSoC applications

2015-03-27 Thread Jo
Hi Peter, Could you elaborate where we go from here. If I understood correctly, we can enter into dialogue with the candidate students to discuss their applications and have them further improve them. By when should we assign scores to them? When does it make sense to start scoring? Should all

[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: [OSM-dev] GSOC - Improve GraphHopper Routeplanner on Android

2015-03-26 Thread Jo
for it by the time the deadline passes in about 17 hours. Jo 2015-03-27 0:09 GMT+01:00 Aleksander Ciepiela alekciepi...@gmail.com: Hello, I found this project for this year's Google Summer Of Code. I know that the application deadline is tomorrow, but this projects seems really nice to me. I

Re: [OSM-dev] Request more information about GSoC the project: JOSM Plugin to work with Mapillary images

2015-03-24 Thread Jo
background indicating where the pictures were taken. Cheers, Jo 2015-03-24 10:20 GMT+01:00 Michelle W.X.Yang wx.michelle.y...@gmail.com: Hey Jo, Thanks for your email. Please see the inserted lines. On Mon, Mar 23, 2015 at 2:07 AM, Jo winfi...@gmail.com wrote: Hi Michelle, Sorry

Re: [OSM-dev] Request more information about GSoC the project: JOSM Plugin to work with Mapillary images

2015-03-22 Thread Jo
to allow updating of recognised traffic signs and possibly an interaction with the roadsigns plugin. But that is low priority at best. Please let us know if you have any other questions. Jo 2015-03-19 13:04 GMT+01:00 Michelle W.X.Yang wx.michelle.y...@gmail.com: Hey, I'm a CS PhD student from

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

Re: [OSM-dev] Application for Google Summer of Code 2015

2015-02-15 Thread Jo
2012: I remember the improvements to Vespucci were a huge step forward for its usability I fleshed out the description for the Mapillary plugin: http://wiki.openstreetmap.org/wiki/Google_Summer_of_Code/2015/Mapillary_plugin_for_JOSM I can mentor it, but it would be more like following up on it,

[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: [OSM-dev] Is there or should there be an OSM approved work exchange forum? (Jo Walsh)

2015-02-13 Thread Jo Walsh
Please also make (and enforce) a decision about whether, and in what form, OSM professional services firms are allowed to participate. ... Of course such a list could not be approved in any way like the subject line suggests, because who would be approving? The community of people for

Re: [OSM-dev] Application for Google Summer of Code 2015

2015-02-13 Thread Jo
I certainly don't object to you doing all the grunt work :-) I have a concrete project, that would be really cool if we'd be able to get it started as a GSoC project: a plugin for JOSM to enable working with Mapillary pictures. I said I'd like to attempt it (that even made it to WeeklyOSM...),

[OSM-dev] Is there or should there be an OSM approved work exchange forum?

2015-02-12 Thread Jo Walsh
retaining autonomy. Okay, enough early-morning rambling on this topic... zx -- Jo Walsh metaz...@fastmail.net ___ dev mailing list dev@openstreetmap.org https://lists.openstreetmap.org/listinfo/dev

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

Re: [OSM-dev] How to reference specific points of interests in OSM data

2014-03-22 Thread Jo
Use the Overpass API to accomplish what you want to do. It may help to add as much of the relevant data as possible to OSM to make selection afterwards easier/more specific. With Overpass you can limit the search geographically and based on tags or based on membership of relations. Polyglot

[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

  1   2   >