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