Talk:Google Summer of Code/2016/AcceptedProjects/PT Assistant
Hi Darya! Do you publish your code anywhere in the open? Can I get / build a development version of the plugin? --Zverik (talk) 09:28, 15 June 2016 (UTC)
Привет, Zverik!
It's in the JOSM plugin svn repository, so you can check it out like any other plugin. You can also view the code here: https://trac.openstreetmap.org/browser/subversion/applications/editors/josm/plugins/pt_assistant
The .jar is here:
https://trac.openstreetmap.org/browser/subversion/applications/editors/josm/dist/pt_assistant.jar
Cheers,
Darya
Link with further description
It would be good, if the plugin provides a link (similar to other plugins at https://josm.openstreetmap.de/wiki/Plugins with the "=> More details" link) where it is explained how to use this plugin. --Klumbumbus (talk) 18:25, 19 June 2016 (UTC)
Download with Overpass API => silent crash of the plugin, JOSM blocked
I got the plugin to crash and make JOSM blocked and requiring a hard process kill. Seems that the JOSM itself is not crashing, but the plugin blocks the screen and nothing happens. Way to reploduce:
1) Alt+Shift+↓ 2) query: highway=*, press build query, download an area with bus stops 3) do any change 4) press upload changes 5) when prompted "Do you want to download referrers for platforms and stop positions?" click "Yes"
The screen gets blocked, nothing is happening at all.
And I see a log with a query to the API, seemingly to get the referred relations.
OS: Ubuntu 16.04, OpenJDK Java 1.8.0_91, JOSM 10327
Siberiano (talk) 21:09, 9 July 2016 (UTC)
I have removed the "download referrers" prompt from the plugin. Hopefully it will work correctly now. Thank you for reporting the bug and please let me know of any other problems.
Darya (talk)
Installation without restarting
There is a flag that you can include in your plugin's manifest file, that will allow installation without restarting the JOSM. See this page. Would your plugin work with that option? --Zverik (talk) 07:07, 10 July 2016 (UTC)
The plugin seems to work with that option. Thanks for letting me know. Darya (talk)