File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The plugin supports many different data providers:
16
16
* [ OSM] ( https://www.openstreetmap.org/ ) /[ Nominatim] ( https://wiki.openstreetmap.org/wiki/Nominatim )
17
17
* [ Bing Locations API] ( http://msdn.microsoft.com/en-us/library/ff701715.aspx )
18
18
* [ Google Geocoding API] ( https://developers.google.com/maps/documentation/geocoding/ )
19
- * [ Mapbox Geocoding] ( https://www.mapbox.com/developers/ api/ geocoding/ )
19
+ * [ Mapbox Geocoding] ( https://www.mapbox.com/api-documentation/# geocoding )
20
20
* [ MapQuest Geocoding API] ( http://developer.mapquest.com/web/products/dev-services/geocoding-ws )
21
21
* [ What3Words] ( http://what3words.com/ )
22
22
* [ Photon] ( http://photon.komoot.de/ )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { getJSON } from '../util';
4
4
export default {
5
5
class : L . Class . extend ( {
6
6
options : {
7
- serviceUrl : 'https://api.tiles. mapbox.com/v4/geocode /mapbox.places-v1 /' ,
7
+ serviceUrl : 'https://api.mapbox.com/geocoding/v5 /mapbox.places/' ,
8
8
geocodingQueryParams : { } ,
9
9
reverseQueryParams : { }
10
10
} ,
You can’t perform that action at this time.
0 commit comments