@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
|
@@ -1094,6 +1094,10 @@
|
|
|
1094
1094
|
|
|
1095
1095
|
|
|
1096
1096
|
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
|
|
1097
1101
|
|
|
1098
1102
|
|
|
1099
1103
|
|
|
@@ -1111,11 +1115,11 @@
|
|
|
1111
1115
|
|
|
1112
1116
|
|
|
1113
1117
|
<div class="md-nav__link md-nav__container">
|
|
1114
|
-
<a href="../../user-guide/
|
|
1118
|
+
<a href="../../user-guide/use-in-esri-software/" class="md-nav__link ">
|
|
1115
1119
|
|
|
1116
1120
|
|
|
1117
1121
|
<span class="md-ellipsis">
|
|
1118
|
-
|
|
1122
|
+
Use in Esri software
|
|
1119
1123
|
</span>
|
|
1120
1124
|
|
|
1121
1125
|
|
|
@@ -1131,7 +1135,7 @@
|
|
|
1131
1135
|
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_8_4_label" aria-expanded="false">
|
|
1132
1136
|
<label class="md-nav__title" for="__nav_8_4">
|
|
1133
1137
|
<span class="md-nav__icon md-icon"></span>
|
|
1134
|
-
|
|
1138
|
+
Use in Esri software
|
|
1135
1139
|
</label>
|
|
1136
1140
|
<ul class="md-nav__list" data-md-scrollfix>
|
|
1137
1141
|
|
|
@@ -1162,11 +1166,11 @@
|
|
|
1162
1166
|
|
|
1163
1167
|
|
|
1164
1168
|
<div class="md-nav__link md-nav__container">
|
|
1165
|
-
<a href="../../user-guide/
|
|
1169
|
+
<a href="../../user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/" class="md-nav__link ">
|
|
1166
1170
|
|
|
1167
1171
|
|
|
1168
1172
|
<span class="md-ellipsis">
|
|
1169
|
-
|
|
1173
|
+
How to add emergency imagery in ArcGIS
|
|
1170
1174
|
</span>
|
|
1171
1175
|
|
|
1172
1176
|
|
|
@@ -1177,7 +1181,7 @@
|
|
|
1177
1181
|
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_2_label" aria-expanded="false">
|
|
1178
1182
|
<label class="md-nav__title" for="__nav_8_4_2">
|
|
1179
1183
|
<span class="md-nav__icon md-icon"></span>
|
|
1180
|
-
|
|
1184
|
+
How to add emergency imagery in ArcGIS
|
|
1181
1185
|
</label>
|
|
1182
1186
|
<ul class="md-nav__list" data-md-scrollfix>
|
|
1183
1187
|
|
|
@@ -1216,11 +1220,11 @@
|
|
|
1216
1220
|
|
|
1217
1221
|
|
|
1218
1222
|
<div class="md-nav__link md-nav__container">
|
|
1219
|
-
<a href="../../user-guide/how-to-
|
|
1223
|
+
<a href="../../user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/" class="md-nav__link ">
|
|
1220
1224
|
|
|
1221
1225
|
|
|
1222
1226
|
<span class="md-ellipsis">
|
|
1223
|
-
How to
|
|
1227
|
+
How to add individual LINZ Basemap layers to ArcGIS
|
|
1224
1228
|
</span>
|
|
1225
1229
|
|
|
1226
1230
|
|
|
@@ -1231,7 +1235,7 @@
|
|
|
1231
1235
|
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_3_label" aria-expanded="false">
|
|
1232
1236
|
<label class="md-nav__title" for="__nav_8_4_3">
|
|
1233
1237
|
<span class="md-nav__icon md-icon"></span>
|
|
1234
|
-
How to
|
|
1238
|
+
How to add individual LINZ Basemap layers to ArcGIS
|
|
1235
1239
|
</label>
|
|
1236
1240
|
<ul class="md-nav__list" data-md-scrollfix>
|
|
1237
1241
|
|
|
@@ -1245,14 +1249,6 @@
|
|
|
1245
1249
|
|
|
1246
1250
|
|
|
1247
1251
|
|
|
1248
|
-
</ul>
|
|
1249
|
-
</nav>
|
|
1250
|
-
|
|
1251
|
-
</li>
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
1252
|
|
|
1257
1253
|
|
|
1258
1254
|
|
|
@@ -1264,14 +1260,6 @@
|
|
|
1264
1260
|
|
|
1265
1261
|
|
|
1266
1262
|
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
1263
|
|
|
1276
1264
|
|
|
1277
1265
|
|
|
@@ -1281,37 +1269,40 @@
|
|
|
1281
1269
|
|
|
1282
1270
|
|
|
1283
1271
|
|
|
1284
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1272
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4_4" >
|
|
1285
1273
|
|
|
1286
1274
|
|
|
1287
1275
|
|
|
1288
1276
|
<div class="md-nav__link md-nav__container">
|
|
1289
|
-
<a href="../../user-guide/use-in-esri-software/" class="md-nav__link ">
|
|
1277
|
+
<a href="../../user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/" class="md-nav__link ">
|
|
1290
1278
|
|
|
1291
1279
|
|
|
1292
1280
|
<span class="md-ellipsis">
|
|
1293
|
-
|
|
1281
|
+
How to add LINZ aerial imagery Basemaps to ArcGIS Online
|
|
1294
1282
|
</span>
|
|
1295
1283
|
|
|
1296
1284
|
|
|
1297
1285
|
</a>
|
|
1298
1286
|
|
|
1299
|
-
|
|
1300
|
-
<label class="md-nav__link " for="__nav_8_5" id="__nav_8_5_label" tabindex="0">
|
|
1301
|
-
<span class="md-nav__icon md-icon"></span>
|
|
1302
|
-
</label>
|
|
1303
|
-
|
|
1304
1287
|
</div>
|
|
1305
1288
|
|
|
1306
|
-
<nav class="md-nav" data-md-level="
|
|
1307
|
-
<label class="md-nav__title" for="
|
|
1289
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_4_label" aria-expanded="false">
|
|
1290
|
+
<label class="md-nav__title" for="__nav_8_4_4">
|
|
1308
1291
|
<span class="md-nav__icon md-icon"></span>
|
|
1309
|
-
|
|
1292
|
+
How to add LINZ aerial imagery Basemaps to ArcGIS Online
|
|
1310
1293
|
</label>
|
|
1311
1294
|
<ul class="md-nav__list" data-md-scrollfix>
|
|
1312
1295
|
|
|
1313
1296
|
|
|
1314
1297
|
|
|
1298
|
+
</ul>
|
|
1299
|
+
</nav>
|
|
1300
|
+
|
|
1301
|
+
</li>
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
|
|
1315
1306
|
|
|
1316
1307
|
|
|
1317
1308
|
|
|
@@ -1332,16 +1323,16 @@
|
|
|
1332
1323
|
|
|
1333
1324
|
|
|
1334
1325
|
|
|
1335
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1326
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4_5" >
|
|
1336
1327
|
|
|
1337
1328
|
|
|
1338
1329
|
|
|
1339
1330
|
<div class="md-nav__link md-nav__container">
|
|
1340
|
-
<a href="../../user-guide/use-in-esri-software/how-to-add-
|
|
1331
|
+
<a href="../../user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/" class="md-nav__link ">
|
|
1341
1332
|
|
|
1342
1333
|
|
|
1343
1334
|
<span class="md-ellipsis">
|
|
1344
|
-
How to add
|
|
1335
|
+
How to add LINZ Basemaps to ArcGIS Online Basemaps
|
|
1345
1336
|
</span>
|
|
1346
1337
|
|
|
1347
1338
|
|
|
@@ -1349,10 +1340,10 @@
|
|
|
1349
1340
|
|
|
1350
1341
|
</div>
|
|
1351
1342
|
|
|
1352
|
-
<nav class="md-nav" data-md-level="3" aria-labelledby="
|
|
1353
|
-
<label class="md-nav__title" for="
|
|
1343
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_5_label" aria-expanded="false">
|
|
1344
|
+
<label class="md-nav__title" for="__nav_8_4_5">
|
|
1354
1345
|
<span class="md-nav__icon md-icon"></span>
|
|
1355
|
-
How to add
|
|
1346
|
+
How to add LINZ Basemaps to ArcGIS Online Basemaps
|
|
1356
1347
|
</label>
|
|
1357
1348
|
<ul class="md-nav__list" data-md-scrollfix>
|
|
1358
1349
|
|
|
@@ -1366,6 +1357,14 @@
|
|
|
1366
1357
|
|
|
1367
1358
|
|
|
1368
1359
|
|
|
1360
|
+
</ul>
|
|
1361
|
+
</nav>
|
|
1362
|
+
|
|
1363
|
+
</li>
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
|
|
1369
1368
|
|
|
1370
1369
|
|
|
1371
1370
|
|
|
@@ -1377,6 +1376,14 @@
|
|
|
1377
1376
|
|
|
1378
1377
|
|
|
1379
1378
|
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
|
|
1380
1387
|
|
|
1381
1388
|
|
|
1382
1389
|
|
|
@@ -1386,40 +1393,37 @@
|
|
|
1386
1393
|
|
|
1387
1394
|
|
|
1388
1395
|
|
|
1389
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1396
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5" >
|
|
1390
1397
|
|
|
1391
1398
|
|
|
1392
1399
|
|
|
1393
1400
|
<div class="md-nav__link md-nav__container">
|
|
1394
|
-
<a href="../../user-guide/
|
|
1401
|
+
<a href="../../user-guide/working-with-vector-tiles/" class="md-nav__link ">
|
|
1395
1402
|
|
|
1396
1403
|
|
|
1397
1404
|
<span class="md-ellipsis">
|
|
1398
|
-
|
|
1405
|
+
Working with Vector Tiles
|
|
1399
1406
|
</span>
|
|
1400
1407
|
|
|
1401
1408
|
|
|
1402
1409
|
</a>
|
|
1403
1410
|
|
|
1411
|
+
|
|
1412
|
+
<label class="md-nav__link " for="__nav_8_5" id="__nav_8_5_label" tabindex="0">
|
|
1413
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1414
|
+
</label>
|
|
1415
|
+
|
|
1404
1416
|
</div>
|
|
1405
1417
|
|
|
1406
|
-
<nav class="md-nav" data-md-level="
|
|
1407
|
-
<label class="md-nav__title" for="
|
|
1418
|
+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_8_5_label" aria-expanded="false">
|
|
1419
|
+
<label class="md-nav__title" for="__nav_8_5">
|
|
1408
1420
|
<span class="md-nav__icon md-icon"></span>
|
|
1409
|
-
|
|
1421
|
+
Working with Vector Tiles
|
|
1410
1422
|
</label>
|
|
1411
1423
|
<ul class="md-nav__list" data-md-scrollfix>
|
|
1412
1424
|
|
|
1413
1425
|
|
|
1414
1426
|
|
|
1415
|
-
</ul>
|
|
1416
|
-
</nav>
|
|
1417
|
-
|
|
1418
|
-
</li>
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
1427
|
|
|
1424
1428
|
|
|
1425
1429
|
|
|
@@ -1433,6 +1437,8 @@
|
|
|
1433
1437
|
|
|
1434
1438
|
|
|
1435
1439
|
|
|
1440
|
+
|
|
1441
|
+
|
|
1436
1442
|
|
|
1437
1443
|
|
|
1438
1444
|
|
|
@@ -1440,31 +1446,104 @@
|
|
|
1440
1446
|
|
|
1441
1447
|
|
|
1442
1448
|
|
|
1443
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1449
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_2" >
|
|
1444
1450
|
|
|
1445
1451
|
|
|
1446
1452
|
|
|
1447
1453
|
<div class="md-nav__link md-nav__container">
|
|
1448
|
-
<a href="../../user-guide/
|
|
1454
|
+
<a href="../../user-guide/working-with-vector-tiles/creation/" class="md-nav__link ">
|
|
1449
1455
|
|
|
1450
1456
|
|
|
1451
1457
|
<span class="md-ellipsis">
|
|
1452
|
-
|
|
1458
|
+
Creation
|
|
1453
1459
|
</span>
|
|
1454
1460
|
|
|
1455
1461
|
|
|
1456
1462
|
</a>
|
|
1457
1463
|
|
|
1464
|
+
|
|
1465
|
+
<label class="md-nav__link " for="__nav_8_5_2" id="__nav_8_5_2_label" tabindex="0">
|
|
1466
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1467
|
+
</label>
|
|
1468
|
+
|
|
1458
1469
|
</div>
|
|
1459
1470
|
|
|
1460
|
-
<nav class="md-nav" data-md-level="3" aria-labelledby="
|
|
1461
|
-
<label class="md-nav__title" for="
|
|
1471
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_2_label" aria-expanded="false">
|
|
1472
|
+
<label class="md-nav__title" for="__nav_8_5_2">
|
|
1473
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1474
|
+
Creation
|
|
1475
|
+
</label>
|
|
1476
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_2_2" >
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
<label class="md-nav__link" for="__nav_8_5_2_2" id="__nav_8_5_2_2_label" tabindex="0">
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
<span class="md-ellipsis">
|
|
1505
|
+
Inputs
|
|
1506
|
+
</span>
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1510
|
+
</label>
|
|
1511
|
+
|
|
1512
|
+
<nav class="md-nav" data-md-level="4" aria-labelledby="__nav_8_5_2_2_label" aria-expanded="false">
|
|
1513
|
+
<label class="md-nav__title" for="__nav_8_5_2_2">
|
|
1462
1514
|
<span class="md-nav__icon md-icon"></span>
|
|
1463
|
-
|
|
1515
|
+
Inputs
|
|
1464
1516
|
</label>
|
|
1465
1517
|
<ul class="md-nav__list" data-md-scrollfix>
|
|
1466
1518
|
|
|
1467
1519
|
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
<li class="md-nav__item">
|
|
1526
|
+
<a href="../../user-guide/working-with-vector-tiles/creation/inputs/json-schema-file/" class="md-nav__link">
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
<span class="md-ellipsis">
|
|
1530
|
+
JSON Schema File
|
|
1531
|
+
</span>
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
</a>
|
|
1535
|
+
</li>
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
|
|
1540
|
+
</ul>
|
|
1541
|
+
</nav>
|
|
1542
|
+
|
|
1543
|
+
</li>
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
|
|
1468
1547
|
|
|
1469
1548
|
</ul>
|
|
1470
1549
|
</nav>
|
|
@@ -1484,7 +1563,41 @@
|
|
|
1484
1563
|
|
|
1485
1564
|
|
|
1486
1565
|
|
|
1487
|
-
|
|
1566
|
+
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
|
|
1488
1601
|
|
|
1489
1602
|
|
|
1490
1603
|
|
|
@@ -1494,16 +1607,518 @@
|
|
|
1494
1607
|
|
|
1495
1608
|
|
|
1496
1609
|
|
|
1497
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1610
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_3" >
|
|
1498
1611
|
|
|
1499
1612
|
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1613
|
+
<label class="md-nav__link" for="__nav_8_5_3" id="__nav_8_5_3_label" tabindex="0">
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
<span class="md-ellipsis">
|
|
1617
|
+
Schema
|
|
1618
|
+
</span>
|
|
1619
|
+
|
|
1620
|
+
|
|
1621
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1622
|
+
</label>
|
|
1623
|
+
|
|
1624
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_3_label" aria-expanded="false">
|
|
1625
|
+
<label class="md-nav__title" for="__nav_8_5_3">
|
|
1626
|
+
<span class="md-nav__icon md-icon"></span>
|
|
1627
|
+
Schema
|
|
1628
|
+
</label>
|
|
1629
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
1630
|
+
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
<li class="md-nav__item">
|
|
1638
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/addresses/" class="md-nav__link">
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
<span class="md-ellipsis">
|
|
1642
|
+
addresses
|
|
1643
|
+
</span>
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
</a>
|
|
1647
|
+
</li>
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
<li class="md-nav__item">
|
|
1659
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/aerialways/" class="md-nav__link">
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
<span class="md-ellipsis">
|
|
1663
|
+
aerialways
|
|
1664
|
+
</span>
|
|
1665
|
+
|
|
1666
|
+
|
|
1667
|
+
</a>
|
|
1668
|
+
</li>
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
<li class="md-nav__item">
|
|
1680
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/boundaries/" class="md-nav__link">
|
|
1681
|
+
|
|
1682
|
+
|
|
1683
|
+
<span class="md-ellipsis">
|
|
1684
|
+
boundaries
|
|
1685
|
+
</span>
|
|
1686
|
+
|
|
1687
|
+
|
|
1688
|
+
</a>
|
|
1689
|
+
</li>
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
|
|
1697
|
+
|
|
1698
|
+
|
|
1699
|
+
|
|
1700
|
+
<li class="md-nav__item">
|
|
1701
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/buildings/" class="md-nav__link">
|
|
1702
|
+
|
|
1703
|
+
|
|
1704
|
+
<span class="md-ellipsis">
|
|
1705
|
+
buildings
|
|
1706
|
+
</span>
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
</a>
|
|
1710
|
+
</li>
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
<li class="md-nav__item">
|
|
1722
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/contours/" class="md-nav__link">
|
|
1723
|
+
|
|
1724
|
+
|
|
1725
|
+
<span class="md-ellipsis">
|
|
1726
|
+
contours
|
|
1727
|
+
</span>
|
|
1728
|
+
|
|
1729
|
+
|
|
1730
|
+
</a>
|
|
1731
|
+
</li>
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
<li class="md-nav__item">
|
|
1743
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/dam_lines/" class="md-nav__link">
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
<span class="md-ellipsis">
|
|
1747
|
+
dam_lines
|
|
1748
|
+
</span>
|
|
1749
|
+
|
|
1750
|
+
|
|
1751
|
+
</a>
|
|
1752
|
+
</li>
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
|
|
1759
|
+
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
<li class="md-nav__item">
|
|
1764
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/ferries/" class="md-nav__link">
|
|
1765
|
+
|
|
1766
|
+
|
|
1767
|
+
<span class="md-ellipsis">
|
|
1768
|
+
ferries
|
|
1769
|
+
</span>
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
</a>
|
|
1773
|
+
</li>
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
|
|
1781
|
+
|
|
1782
|
+
|
|
1783
|
+
|
|
1784
|
+
<li class="md-nav__item">
|
|
1785
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/land/" class="md-nav__link">
|
|
1786
|
+
|
|
1787
|
+
|
|
1788
|
+
<span class="md-ellipsis">
|
|
1789
|
+
land
|
|
1790
|
+
</span>
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
</a>
|
|
1794
|
+
</li>
|
|
1795
|
+
|
|
1796
|
+
|
|
1797
|
+
|
|
1798
|
+
|
|
1799
|
+
|
|
1800
|
+
|
|
1801
|
+
|
|
1802
|
+
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
<li class="md-nav__item">
|
|
1806
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/parcel_boundaries/" class="md-nav__link">
|
|
1807
|
+
|
|
1808
|
+
|
|
1809
|
+
<span class="md-ellipsis">
|
|
1810
|
+
parcel_boundaries
|
|
1811
|
+
</span>
|
|
1812
|
+
|
|
1813
|
+
|
|
1814
|
+
</a>
|
|
1815
|
+
</li>
|
|
1816
|
+
|
|
1817
|
+
|
|
1818
|
+
|
|
1819
|
+
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
<li class="md-nav__item">
|
|
1827
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/pier_lines/" class="md-nav__link">
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
<span class="md-ellipsis">
|
|
1831
|
+
pier_lines
|
|
1832
|
+
</span>
|
|
1833
|
+
|
|
1834
|
+
|
|
1835
|
+
</a>
|
|
1836
|
+
</li>
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
<li class="md-nav__item">
|
|
1848
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/place_labels/" class="md-nav__link">
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
<span class="md-ellipsis">
|
|
1852
|
+
place_labels
|
|
1853
|
+
</span>
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
</a>
|
|
1857
|
+
</li>
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
|
|
1865
|
+
|
|
1866
|
+
|
|
1867
|
+
|
|
1868
|
+
<li class="md-nav__item">
|
|
1869
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/pois/" class="md-nav__link">
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
<span class="md-ellipsis">
|
|
1873
|
+
pois
|
|
1874
|
+
</span>
|
|
1875
|
+
|
|
1876
|
+
|
|
1877
|
+
</a>
|
|
1878
|
+
</li>
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
|
|
1886
|
+
|
|
1887
|
+
|
|
1888
|
+
|
|
1889
|
+
<li class="md-nav__item">
|
|
1890
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/public_transport/" class="md-nav__link">
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
<span class="md-ellipsis">
|
|
1894
|
+
public_transport
|
|
1895
|
+
</span>
|
|
1896
|
+
|
|
1897
|
+
|
|
1898
|
+
</a>
|
|
1899
|
+
</li>
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
|
|
1910
|
+
<li class="md-nav__item">
|
|
1911
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/sites/" class="md-nav__link">
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
<span class="md-ellipsis">
|
|
1915
|
+
sites
|
|
1916
|
+
</span>
|
|
1917
|
+
|
|
1918
|
+
|
|
1919
|
+
</a>
|
|
1920
|
+
</li>
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
|
|
1927
|
+
|
|
1928
|
+
|
|
1929
|
+
|
|
1930
|
+
|
|
1931
|
+
<li class="md-nav__item">
|
|
1932
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/street_labels/" class="md-nav__link">
|
|
1933
|
+
|
|
1934
|
+
|
|
1935
|
+
<span class="md-ellipsis">
|
|
1936
|
+
street_labels
|
|
1937
|
+
</span>
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
</a>
|
|
1941
|
+
</li>
|
|
1942
|
+
|
|
1943
|
+
|
|
1944
|
+
|
|
1945
|
+
|
|
1946
|
+
|
|
1947
|
+
|
|
1948
|
+
|
|
1949
|
+
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
<li class="md-nav__item">
|
|
1953
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/street_polygons/" class="md-nav__link">
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
<span class="md-ellipsis">
|
|
1957
|
+
street_polygons
|
|
1958
|
+
</span>
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
</a>
|
|
1962
|
+
</li>
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
<li class="md-nav__item">
|
|
1974
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/streets/" class="md-nav__link">
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
<span class="md-ellipsis">
|
|
1978
|
+
streets
|
|
1979
|
+
</span>
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
</a>
|
|
1983
|
+
</li>
|
|
1984
|
+
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
|
|
1989
|
+
|
|
1990
|
+
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
<li class="md-nav__item">
|
|
1995
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/water_lines/" class="md-nav__link">
|
|
1996
|
+
|
|
1997
|
+
|
|
1998
|
+
<span class="md-ellipsis">
|
|
1999
|
+
water_lines
|
|
2000
|
+
</span>
|
|
2001
|
+
|
|
2002
|
+
|
|
2003
|
+
</a>
|
|
2004
|
+
</li>
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
<li class="md-nav__item">
|
|
2016
|
+
<a href="../../user-guide/working-with-vector-tiles/schema/water_polygons/" class="md-nav__link">
|
|
2017
|
+
|
|
2018
|
+
|
|
2019
|
+
<span class="md-ellipsis">
|
|
2020
|
+
water_polygons
|
|
2021
|
+
</span>
|
|
2022
|
+
|
|
2023
|
+
|
|
2024
|
+
</a>
|
|
2025
|
+
</li>
|
|
2026
|
+
|
|
2027
|
+
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
</ul>
|
|
2031
|
+
</nav>
|
|
2032
|
+
|
|
2033
|
+
</li>
|
|
2034
|
+
|
|
2035
|
+
|
|
2036
|
+
|
|
2037
|
+
|
|
2038
|
+
|
|
2039
|
+
|
|
2040
|
+
|
|
2041
|
+
|
|
2042
|
+
|
|
2043
|
+
|
|
2044
|
+
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
|
|
2048
|
+
|
|
2049
|
+
|
|
2050
|
+
|
|
2051
|
+
|
|
2052
|
+
|
|
2053
|
+
|
|
2054
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
2055
|
+
|
|
2056
|
+
|
|
2057
|
+
|
|
2058
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_4" >
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
|
|
2062
|
+
<div class="md-nav__link md-nav__container">
|
|
2063
|
+
<a href="../../user-guide/working-with-vector-tiles/styling/" class="md-nav__link ">
|
|
2064
|
+
|
|
2065
|
+
|
|
2066
|
+
<span class="md-ellipsis">
|
|
2067
|
+
Styling
|
|
2068
|
+
</span>
|
|
2069
|
+
|
|
2070
|
+
|
|
2071
|
+
</a>
|
|
2072
|
+
|
|
2073
|
+
</div>
|
|
2074
|
+
|
|
2075
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_4_label" aria-expanded="false">
|
|
2076
|
+
<label class="md-nav__title" for="__nav_8_5_4">
|
|
2077
|
+
<span class="md-nav__icon md-icon"></span>
|
|
2078
|
+
Styling
|
|
2079
|
+
</label>
|
|
2080
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
|
2081
|
+
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
</ul>
|
|
2085
|
+
</nav>
|
|
2086
|
+
|
|
2087
|
+
</li>
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
|
|
2091
|
+
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
|
|
2095
|
+
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
|
|
2099
|
+
|
|
2100
|
+
|
|
2101
|
+
|
|
2102
|
+
|
|
2103
|
+
|
|
2104
|
+
|
|
2105
|
+
|
|
2106
|
+
|
|
2107
|
+
|
|
2108
|
+
<li class="md-nav__item md-nav__item--nested">
|
|
2109
|
+
|
|
2110
|
+
|
|
2111
|
+
|
|
2112
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_5" >
|
|
2113
|
+
|
|
2114
|
+
|
|
2115
|
+
|
|
2116
|
+
<div class="md-nav__link md-nav__container">
|
|
2117
|
+
<a href="../../user-guide/working-with-vector-tiles/usage/" class="md-nav__link ">
|
|
1503
2118
|
|
|
1504
2119
|
|
|
1505
2120
|
<span class="md-ellipsis">
|
|
1506
|
-
|
|
2121
|
+
Usage
|
|
1507
2122
|
</span>
|
|
1508
2123
|
|
|
1509
2124
|
|
|
@@ -1514,7 +2129,7 @@
|
|
|
1514
2129
|
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_5_label" aria-expanded="false">
|
|
1515
2130
|
<label class="md-nav__title" for="__nav_8_5_5">
|
|
1516
2131
|
<span class="md-nav__icon md-icon"></span>
|
|
1517
|
-
|
|
2132
|
+
Usage
|
|
1518
2133
|
</label>
|
|
1519
2134
|
<ul class="md-nav__list" data-md-scrollfix>
|
|
1520
2135
|
|