geojs 1.10.16 → 1.10.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/geo.js +4 -4
- package/geo.lean.js +4 -4
- package/geo.lean.min.js +1 -1
- package/geo.min.js +1 -1
- package/package.json +1 -1
- package/src/osmLayer.js +2 -2
package/geo.js
CHANGED
|
@@ -21185,10 +21185,10 @@ osmLayer.tileSources = {
|
|
|
21185
21185
|
minLevel: 0,
|
|
21186
21186
|
maxLevel: 18
|
|
21187
21187
|
},
|
|
21188
|
-
'voyager-without-
|
|
21188
|
+
'voyager-without-labels': {
|
|
21189
21189
|
url: 'https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png',
|
|
21190
21190
|
attribution: CartoAttribution,
|
|
21191
|
-
name: 'Carto Voyager Without
|
|
21191
|
+
name: 'Carto Voyager Without Labels',
|
|
21192
21192
|
minLevel: 0,
|
|
21193
21193
|
maxLevel: 18
|
|
21194
21194
|
}
|
|
@@ -25011,7 +25011,7 @@ module.exports = sceneObject;
|
|
|
25011
25011
|
* @constant
|
|
25012
25012
|
* @type {string}
|
|
25013
25013
|
*/
|
|
25014
|
-
module.exports = "
|
|
25014
|
+
module.exports = "0f7ee535833a191fedd146beec6f5bb582c1f011";
|
|
25015
25015
|
|
|
25016
25016
|
/***/ }),
|
|
25017
25017
|
|
|
@@ -36889,7 +36889,7 @@ module.exports = vectorFeature;
|
|
|
36889
36889
|
* @constant
|
|
36890
36890
|
* @type {string}
|
|
36891
36891
|
*/
|
|
36892
|
-
module.exports = "1.10.
|
|
36892
|
+
module.exports = "1.10.17";
|
|
36893
36893
|
|
|
36894
36894
|
/***/ }),
|
|
36895
36895
|
|
package/geo.lean.js
CHANGED
|
@@ -21185,10 +21185,10 @@ osmLayer.tileSources = {
|
|
|
21185
21185
|
minLevel: 0,
|
|
21186
21186
|
maxLevel: 18
|
|
21187
21187
|
},
|
|
21188
|
-
'voyager-without-
|
|
21188
|
+
'voyager-without-labels': {
|
|
21189
21189
|
url: 'https://{s}.basemaps.cartocdn.com/rastertiles/voyager_nolabels/{z}/{x}/{y}.png',
|
|
21190
21190
|
attribution: CartoAttribution,
|
|
21191
|
-
name: 'Carto Voyager Without
|
|
21191
|
+
name: 'Carto Voyager Without Labels',
|
|
21192
21192
|
minLevel: 0,
|
|
21193
21193
|
maxLevel: 18
|
|
21194
21194
|
}
|
|
@@ -25011,7 +25011,7 @@ module.exports = sceneObject;
|
|
|
25011
25011
|
* @constant
|
|
25012
25012
|
* @type {string}
|
|
25013
25013
|
*/
|
|
25014
|
-
module.exports = "
|
|
25014
|
+
module.exports = "0f7ee535833a191fedd146beec6f5bb582c1f011";
|
|
25015
25015
|
|
|
25016
25016
|
/***/ }),
|
|
25017
25017
|
|
|
@@ -36889,7 +36889,7 @@ module.exports = vectorFeature;
|
|
|
36889
36889
|
* @constant
|
|
36890
36890
|
* @type {string}
|
|
36891
36891
|
*/
|
|
36892
|
-
module.exports = "1.10.
|
|
36892
|
+
module.exports = "1.10.17";
|
|
36893
36893
|
|
|
36894
36894
|
/***/ }),
|
|
36895
36895
|
|