From 58871c2529e1435f62b2a05e692c2894b214fc7c Mon Sep 17 00:00:00 2001 From: Aso <53526710+AsoDesu@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:13:50 +0000 Subject: [PATCH] fix: default to osm --- src/main/resources/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/default.properties b/src/main/resources/default.properties index c712f79..69fdf88 100644 --- a/src/main/resources/default.properties +++ b/src/main/resources/default.properties @@ -14,7 +14,7 @@ wtfimb.base-url= # This is the type of map you will be using # Your options are: 'google', for using Google Maps # and 'osm', for using Open Street Map -wtfimb.maps.type=google +wtfimb.maps.type=osm # If you're using Google Maps, you need to get an API key from Google # here https://developers.google.com/maps/documentation/javascript/get-api-key