From 5b28fcea3a731a3c031604df4bdca4b95684e2ea Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Mon, 31 Jul 2017 02:17:34 +0300 Subject: worldmap-save: don't use an API key The Google Maps API V3 *does* require a key if one needs to generate a lot of payed trafic and monitor said trafic, otherwise it doesn't: https://stackoverflow.com/a/8785844 Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- core/worldmap-save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/worldmap-save.c b/core/worldmap-save.c index a48e376a1..3d14812ba 100644 --- a/core/worldmap-save.c +++ b/core/worldmap-save.c @@ -19,7 +19,7 @@ char *getGoogleApi() { /* google maps api auth*/ - return "https://maps.googleapis.com/maps/api/js?key=AIzaSyDzo9PWsqYDDSddVswg_13rpD9oH_dLuoQ"; + return "https://maps.googleapis.com/maps/api/js?"; } void writeMarkers(struct membuffer *b, const bool selected_only) -- cgit v1.2.3-70-g09d2