Skip to content

Commit

Permalink
Change the reverse geocoder URL back to the public one.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskonrad committed May 25, 2017
1 parent 3a3b675 commit 016d34d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* Created by tom on 02/08/15.
*/
public class AustriaAddressHelperAction extends JosmAction {
static final String baseUrl = "http://127.0.0.1:8000/reverse-geocode/json";
static final String baseUrl = "https://bev-reverse-geocoder.thomaskonrad.at/reverse-geocode/json";
static boolean addressTypeDialogCanceled = false;

protected static HashMap<HashMap<String, String>, String> rememberedAddressTypeChoices = new HashMap<>();
Expand Down

0 comments on commit 016d34d

Please sign in to comment.