mirror of
https://github.com/crawlerop/lpads
synced 2026-08-13 05:52:32 +07:00
fix
This commit is contained in:
parent
a93024f068
commit
b32091c57c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue