Re: A functioning Public Transport plugin

2020-11-13 Thread Roland Olbricht via josm-dev
Hi all, thank you for the feedback. Furthermore, this plugin is closed-source (as far as I know), so it cannot be "fixed". The plugin is open source, see https://github.com/openstreetmap/josm-plugins/tree/master/public_transport The problem is that maintaining the plugin is a lot of work.

Re: JOSM development in the last year

2020-01-02 Thread Roland Olbricht
>> - 54% Windows, 37% Linux, 9% MacOS (Linux numbers are going up...) I'm surprised by the Windows/Linux ratio. I always noticed a quite stable ratio around 70% Windows, 20% Linux, 10% Mac (+/- 5% margin). Isn't just that more Linux people used JOSM during the holidays than Windows people?

Re: josm Keyboard input stops working

2019-01-07 Thread Roland Olbricht
Hi all, Look at https://josm.openstreetmap.de/ticket/13160 For me its dead simple to reproduce ... Still exists in current josm with openjdk 8 and 11. I am on Linux but others have reported the Problem on Windows. I had the issue both on Windows and Linux (Windows 7 64Bit, Ubuntu 14.04, and

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

2013-02-20 Thread Roland Olbricht
Hi, I would like to be able to find nodes with certain tags next to a way, within a few meters (configurable). Please have a look at the public transport plugin, in class RoutePatternAction, at lines 1806-1819. This does exactly the desired. I agree it would bencessary to refactor the code.

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

2012-11-08 Thread Roland Olbricht
Hi, I have been looking at that and I'll have to look again as it seemed quite complicated :-) Yes, it is. Unfortunately it needs a lot of refactoring. It is even not the most efficient approach, but I simply went short of time. I did see that you only use highway=bus_stop for bus routes,

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

2012-11-07 Thread Roland Olbricht
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 it. Cheers, Roland ___ josm-dev mailing list josm-dev@openstreetmap.org

Re: [josm-dev] Another 66 relations bite the dust

2010-05-10 Thread Roland Olbricht
[1] http://trac.openstreetmap.org/ticket/2652 You can get an approximate solution: http://78.46.81.38/api/rels-extended?id=34631 This points to the OSM3S server and returns the desired relation-ids for the given relation id. It's compressed XML at the moment, but I can change that to are more

[josm-dev] Where to put documentation for a plugin?

2010-02-19 Thread Roland Olbricht
Hello everybody, where shall I put the documentation for my JOSM plugin? I've written a html file containing all the information about the public transport plugin into the svn, but it is delivered as text/plain:

[josm-dev] Java 1.5 versus 1.6 for plugins

2010-02-12 Thread Roland Olbricht
Hello, I've just developed a plugin (Public Transport) for JOSM which should be as portable as possible. Now I've received a request of a Mac OS user using Java 1.5 that the plugin doesn't work. I've set property name=ant.build.javac.target value=1.5/ in