Correction of errors in a comment

This commit is contained in:
Alexandr Danilov
2016-09-22 20:27:22 +03:00
parent 4de76697c4
commit b5c62eb77d

View File

@ -123,8 +123,8 @@ function createDefaultBaseMapLayers() {
//baseLayers['MapQuest OSM'] = new L.TileLayer(mqTileUrlPrefix+'/tiles/1.0.0/map/{z}/{x}/{y}.jpg',mqMapOpt); //baseLayers['MapQuest OSM'] = new L.TileLayer(mqTileUrlPrefix+'/tiles/1.0.0/map/{z}/{x}/{y}.jpg',mqMapOpt);
// MapBox - https://www.mapbox.com/api-documentation/ // MapBox - https://www.mapbox.com/api-documentation/
// To access the MapBox uses proxy from GNOME Project. // Access MapBox via the GNOME Project proxy.
// In the future, this address will be provided improved tiles from the GNOME Project with the fix to display localized labels. // In the future, this URL will provide improved tiles from the GNOME Project with localized labels.
var gnomeStreetUrl = 'https://gis.gnome.org/tiles/street/v1/{z}/{x}/{y}'; var gnomeStreetUrl = 'https://gis.gnome.org/tiles/street/v1/{z}/{x}/{y}';
var gnomeAerialUrl = 'https://gis.gnome.org/tiles/satellite/v1/{z}/{x}/{y}'; var gnomeAerialUrl = 'https://gis.gnome.org/tiles/satellite/v1/{z}/{x}/{y}';
baseLayers['MapBox Street'] = L.tileLayer(gnomeStreetUrl); baseLayers['MapBox Street'] = L.tileLayer(gnomeStreetUrl);