From b32091c57c730fd920b040b263fec3937d7cf9f3 Mon Sep 17 00:00:00 2001 From: WS01Dev Date: Tue, 9 Mar 2021 20:13:17 +0700 Subject: [PATCH] fix --- lpadsjs/mapads_marker.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lpadsjs/mapads_marker.html b/lpadsjs/mapads_marker.html index db781b4..b3e605d 100644 --- a/lpadsjs/mapads_marker.html +++ b/lpadsjs/mapads_marker.html @@ -49,7 +49,7 @@ var cors = false; var searchAPIURL = "https://api.mapbox.com/geocoding/v5/mapbox.places/(query).json?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw&limit=1"; var searchAPIURLNominatim = "https://nominatim.openstreetmap.org/reverse?lat=(lat)&lon=(long)&format=jsonv2"; - var searchAPIURLBing = "http://dev.virtualearth.net/REST/v1/Locations/(query)?o=json&key=AngXT6Kt9tQtmoGORNVnfY-H_W8CSkM2mb13SrDwLZ43mNaKhD5zpupeQX9uxYjo"; + var searchAPIURLBing = "https://dev.virtualearth.net/REST/v1/Locations/(query)?o=json&key=AngXT6Kt9tQtmoGORNVnfY-H_W8CSkM2mb13SrDwLZ43mNaKhD5zpupeQX9uxYjo"; var lpadURL = "https://www.google.com/maps/preview/lp?authuser=0&hl=en&gl=us&pb=!1m3!1s0!7e81!15i60107!2m9!1m3!1d(dist)!2d(long)!3d(lat)!2m0!3m2!1i32767!2i32767!4f14!5m2!3b0!5e11" var overrides = null; var blacklist = [];