@basemaps/landing 8.5.0 → 8.9.0
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/build/src/__tests__/geojson.test.js +1 -1
- package/build/src/__tests__/geojson.test.js.map +1 -1
- package/build/src/components/map.switcher.js +17 -2
- package/build/src/components/map.switcher.js.map +1 -1
- package/build/src/config.layer.d.ts +1 -1
- package/build/src/config.map.js +15 -3
- package/build/src/config.map.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/dist/docs/404.html +684 -69
- package/dist/docs/configuration/index.html +684 -69
- package/dist/docs/deployment/index.html +684 -69
- package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-assets-archive/index.html +684 -69
- package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/index.html +684 -69
- package/dist/docs/developer-guide/index.html +686 -70
- package/dist/docs/developer-guide/run-basemaps-locally/index.html +684 -69
- package/dist/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/index.html +684 -69
- package/dist/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/index.html +684 -69
- package/dist/docs/examples/_overview/index.html +684 -69
- package/dist/docs/examples/leaflet.xyz.3857/index.html +684 -69
- package/dist/docs/examples/maplibre.opacity.3857/index.html +684 -69
- package/dist/docs/examples/maplibre.vector.3857/index.html +684 -69
- package/dist/docs/index.html +684 -69
- package/dist/docs/operator-guide/cog-quality/index.html +684 -69
- package/dist/docs/operator-guide/empty-tiles/index.html +684 -69
- package/dist/docs/operator-guide/gebco/index.html +684 -69
- package/dist/docs/operator-guide/index.html +684 -69
- package/dist/docs/operator-guide/quick-start/index.html +684 -69
- package/dist/docs/operator-guide/relief-shade/index.html +684 -69
- package/dist/docs/operator-guide/texture-shade/index.html +684 -69
- package/dist/docs/operator-guide/xyz-projection/index.html +684 -69
- package/dist/docs/quick-start/index.html +684 -69
- package/dist/docs/sitemap.xml +125 -41
- package/dist/docs/sitemap.xml.gz +0 -0
- package/dist/docs/user-guide/_get-started/index.html +684 -69
- package/dist/docs/user-guide/api-documentation/index.html +222 -27
- package/dist/docs/user-guide/technical-documentation/index.html +685 -70
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/index.html +696 -81
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/index.html +696 -81
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/index.html +690 -75
- package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/index.html +697 -80
- package/dist/docs/user-guide/use-in-esri-software/index.html +692 -77
- package/dist/docs/user-guide/working-with-vector-tiles/creation/index.html +2310 -0
- package/dist/docs/user-guide/working-with-vector-tiles/creation/inputs/json-schema-file/index.html +2302 -0
- package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles → working-with-vector-tiles}/index.html +809 -163
- package/dist/docs/user-guide/working-with-vector-tiles/schema/addresses/index.html +2408 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/aerialways/index.html +2797 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/boundaries/index.html +2408 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/buildings/index.html +2571 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/contours/index.html +2719 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/dam_lines/index.html +2561 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/ferries/index.html +2541 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/land/index.html +7134 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/parcel_boundaries/index.html +2408 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/pier_lines/index.html +2541 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/place_labels/index.html +2428 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/pois/index.html +2538 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/public_transport/index.html +2802 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/sites/index.html +3324 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/street_labels/index.html +2817 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/street_polygons/index.html +2684 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/streets/index.html +3371 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/water_lines/index.html +3708 -0
- package/dist/docs/user-guide/working-with-vector-tiles/schema/water_polygons/index.html +3477 -0
- package/dist/docs/user-guide/working-with-vector-tiles/static/labels.png +0 -0
- package/dist/docs/user-guide/working-with-vector-tiles/static/topographic.png +0 -0
- package/dist/docs/user-guide/working-with-vector-tiles/static/topolite.png +0 -0
- package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/index.html +938 -314
- package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles → working-with-vector-tiles/usage}/index.html +885 -239
- package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
- package/dist/{index-8.5.0-3c37c4e66b36a792.js → index-8.9.0-8941dd6a9dc5eca0.js} +3963 -1035
- package/dist/index.html +2 -2
- package/dist/index.js +3963 -1035
- package/dist/lib/{attribution-8.5.0-7e26e43200746f3c.js → attribution-8.9.0-1dd36f5665787b4f.js} +3666 -760
- package/dist/lib/attribution.js +3666 -760
- package/package.json +7 -10
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/index.maplibre.vector.3857.html +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/static/add-filter.webp +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/static/contours.webp +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles → working-with-vector-tiles/styling}/static/modify-paint.webp +0 -0
- /package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles → working-with-vector-tiles/usage}/index.maplibre.vector.3857.html +0 -0
- /package/dist/{index-8.5.0-c5e57c4593cca04a.css → index-8.9.0-c5e57c4593cca04a.css} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basemaps/landing",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.9.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/linz/basemaps.git",
|
|
@@ -28,22 +28,19 @@
|
|
|
28
28
|
"last 2 Chrome versions"
|
|
29
29
|
],
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@basemaps/attribution": "^8.
|
|
32
|
-
"@basemaps/cli-config": "^8.
|
|
33
|
-
"@basemaps/config": "^8.
|
|
34
|
-
"@basemaps/geo": "^8.
|
|
35
|
-
"@basemaps/
|
|
36
|
-
"@basemaps/shared": "^8.5.0",
|
|
31
|
+
"@basemaps/attribution": "^8.9.0",
|
|
32
|
+
"@basemaps/cli-config": "^8.9.0",
|
|
33
|
+
"@basemaps/config": "^8.9.0",
|
|
34
|
+
"@basemaps/geo": "^8.9.0",
|
|
35
|
+
"@basemaps/shared": "^8.9.0",
|
|
37
36
|
"@linzjs/geojson": "^8.0.0",
|
|
38
37
|
"@linzjs/lui": "^21.46.0",
|
|
39
38
|
"@servie/events": "^3.0.0",
|
|
40
39
|
"@types/mime-types": "^2.1.4",
|
|
41
|
-
"@types/proj4": "^2.5.2",
|
|
42
40
|
"@types/react-dom": "^18.0.6",
|
|
43
41
|
"@types/react-modal": "^3.16.3",
|
|
44
42
|
"maplibre-gl": "^4.5.0",
|
|
45
43
|
"mime-types": "^2.1.35",
|
|
46
|
-
"proj4": "^2.8.0",
|
|
47
44
|
"react": "^18.2.0",
|
|
48
45
|
"react-dom": "^18.2.0",
|
|
49
46
|
"react-modal": "^3.16.1",
|
|
@@ -116,5 +113,5 @@
|
|
|
116
113
|
}
|
|
117
114
|
}
|
|
118
115
|
],
|
|
119
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "55cd25b9f2c402fde88fcef9c43cec3f8eca9e60"
|
|
120
117
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|