-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Null Pointer Exception on the client (JOSM) #12
Comments
@thomaskonrad can you take a look at the server please. It seems that the postgresql server stopped working there. |
@thomaskonrad ping? |
What is needed as a postgreSQL-Server to provide functionality again? Someone has information on that? I may be willing to provide somthing. |
I've taken a look at the API. It's not really complicated. The issue is the plugin. It's hardcoded to always query @thomaskonrad Server: and since it's HTTPS you can't even redirect this with an easy etc/hosts entry... So if you provide a new API Server, someone needs to also update the plugin and get the updated plugin published... I also really hope that this plugin gets fixed. An option to specify the API URL would be the best solution... |
Advanced preference key `austriaaddresshelper.url` See #12
I've made the server URL configurable and released a new version: https://github.com/JOSM/austriaaddresshelper/releases/tag/v0.7.0 |
Has someone else set up a server for this yet? If not I might look into it next week |
The code of bev-reverse-geocoder.thomaskonrad.at is on GitHub, but does not specify a software license: https://github.com/thomaskonrad/bev-reverse-geocoder |
I've just converted the API to php and have it running on my server: This currently only support JSON requests and the URL is also a bit different to the Python one. To use this in JOSM you need to go to settings, Advanced Settings and set the 'austriaaddresshelper.url' to 'https://bev.kolmann.at/reverse-geocode.php'. The code of the PHP api can be found here https://github.com/pkolmann/bev-reverse-geocoder/tree/php_api/php_api |
I've added a preference setting for easier customization in the v0.8.0 release |
Sorry folks, I didn‘t have time to look into this. Great to see you‘re taking over. Is the default URL already the other server? |
Shall I add a license info to the code, or is it too late? |
Great, you're back! I haven't changed the default URL (since it's your idea and plugin). Having a free license is always good as it clarifies the situation for future contributors and users. |
Added a license in thomaskonrad/bev-reverse-geocoder@6dfc687. |
Hm, a update would be awesome @pkolmann , there is a village who reworked their whole numbering and i could work over it with the new data pretty fast from 01.10.2020 i guess. |
I've just updated the data on my server. Puch bei Hallein now has the new proper data. |
@pkolmann, awesome, thank you! @thomaskonrad, @pkolmann, what are the future plans regarding thomaskonrad/bev-reverse-geocoder and its fork pkolmann/bev-reverse-geocoder. In my opinion, having one clear repository is beneficial in the long term as it avoids confusion for users looking for help, for contributors, etc. Would you consider merging those two repositories (possibly under a newly created GitHub organisation/team)? |
I've just setup this for myself any maybe others because @thomaskonrad was in hiatus for so long. I am not sure if he still maintains his server. My repo was just to create the pull request. I am more than happy to close it or move it somewhere else. |
I‘m not maintaining the server any more. The above sounded to me like you‘re taking over. |
I really enjoy this plugin.
Seems the server is throwing 500s atm.
Stack trace:
The text was updated successfully, but these errors were encountered: