@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.
Files changed (81) hide show
  1. package/build/src/__tests__/geojson.test.js +1 -1
  2. package/build/src/__tests__/geojson.test.js.map +1 -1
  3. package/build/src/components/map.switcher.js +17 -2
  4. package/build/src/components/map.switcher.js.map +1 -1
  5. package/build/src/config.layer.d.ts +1 -1
  6. package/build/src/config.map.js +15 -3
  7. package/build/src/config.map.js.map +1 -1
  8. package/build/tsconfig.tsbuildinfo +1 -1
  9. package/dist/docs/404.html +684 -69
  10. package/dist/docs/configuration/index.html +684 -69
  11. package/dist/docs/deployment/index.html +684 -69
  12. package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-assets-archive/index.html +684 -69
  13. package/dist/docs/developer-guide/cli-methods/bundle-the-basemaps-config-file/index.html +684 -69
  14. package/dist/docs/developer-guide/index.html +686 -70
  15. package/dist/docs/developer-guide/run-basemaps-locally/index.html +684 -69
  16. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-bundled-config-file/index.html +684 -69
  17. package/dist/docs/developer-guide/server-methods/serve-basemaps-with-collection-of-geotiff-files/index.html +684 -69
  18. package/dist/docs/examples/_overview/index.html +684 -69
  19. package/dist/docs/examples/leaflet.xyz.3857/index.html +684 -69
  20. package/dist/docs/examples/maplibre.opacity.3857/index.html +684 -69
  21. package/dist/docs/examples/maplibre.vector.3857/index.html +684 -69
  22. package/dist/docs/index.html +684 -69
  23. package/dist/docs/operator-guide/cog-quality/index.html +684 -69
  24. package/dist/docs/operator-guide/empty-tiles/index.html +684 -69
  25. package/dist/docs/operator-guide/gebco/index.html +684 -69
  26. package/dist/docs/operator-guide/index.html +684 -69
  27. package/dist/docs/operator-guide/quick-start/index.html +684 -69
  28. package/dist/docs/operator-guide/relief-shade/index.html +684 -69
  29. package/dist/docs/operator-guide/texture-shade/index.html +684 -69
  30. package/dist/docs/operator-guide/xyz-projection/index.html +684 -69
  31. package/dist/docs/quick-start/index.html +684 -69
  32. package/dist/docs/sitemap.xml +125 -41
  33. package/dist/docs/sitemap.xml.gz +0 -0
  34. package/dist/docs/user-guide/_get-started/index.html +684 -69
  35. package/dist/docs/user-guide/api-documentation/index.html +222 -27
  36. package/dist/docs/user-guide/technical-documentation/index.html +685 -70
  37. package/dist/docs/user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/index.html +696 -81
  38. package/dist/docs/user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/index.html +696 -81
  39. package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/index.html +690 -75
  40. package/dist/docs/user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/index.html +697 -80
  41. package/dist/docs/user-guide/use-in-esri-software/index.html +692 -77
  42. package/dist/docs/user-guide/working-with-vector-tiles/creation/index.html +2310 -0
  43. package/dist/docs/user-guide/working-with-vector-tiles/creation/inputs/json-schema-file/index.html +2302 -0
  44. package/dist/docs/user-guide/{how-to-use-and-customize-vector-tiles → working-with-vector-tiles}/index.html +809 -163
  45. package/dist/docs/user-guide/working-with-vector-tiles/schema/addresses/index.html +2408 -0
  46. package/dist/docs/user-guide/working-with-vector-tiles/schema/aerialways/index.html +2797 -0
  47. package/dist/docs/user-guide/working-with-vector-tiles/schema/boundaries/index.html +2408 -0
  48. package/dist/docs/user-guide/working-with-vector-tiles/schema/buildings/index.html +2571 -0
  49. package/dist/docs/user-guide/working-with-vector-tiles/schema/contours/index.html +2719 -0
  50. package/dist/docs/user-guide/working-with-vector-tiles/schema/dam_lines/index.html +2561 -0
  51. package/dist/docs/user-guide/working-with-vector-tiles/schema/ferries/index.html +2541 -0
  52. package/dist/docs/user-guide/working-with-vector-tiles/schema/land/index.html +7134 -0
  53. package/dist/docs/user-guide/working-with-vector-tiles/schema/parcel_boundaries/index.html +2408 -0
  54. package/dist/docs/user-guide/working-with-vector-tiles/schema/pier_lines/index.html +2541 -0
  55. package/dist/docs/user-guide/working-with-vector-tiles/schema/place_labels/index.html +2428 -0
  56. package/dist/docs/user-guide/working-with-vector-tiles/schema/pois/index.html +2538 -0
  57. package/dist/docs/user-guide/working-with-vector-tiles/schema/public_transport/index.html +2802 -0
  58. package/dist/docs/user-guide/working-with-vector-tiles/schema/sites/index.html +3324 -0
  59. package/dist/docs/user-guide/working-with-vector-tiles/schema/street_labels/index.html +2817 -0
  60. package/dist/docs/user-guide/working-with-vector-tiles/schema/street_polygons/index.html +2684 -0
  61. package/dist/docs/user-guide/working-with-vector-tiles/schema/streets/index.html +3371 -0
  62. package/dist/docs/user-guide/working-with-vector-tiles/schema/water_lines/index.html +3708 -0
  63. package/dist/docs/user-guide/working-with-vector-tiles/schema/water_polygons/index.html +3477 -0
  64. package/dist/docs/user-guide/working-with-vector-tiles/static/labels.png +0 -0
  65. package/dist/docs/user-guide/working-with-vector-tiles/static/topographic.png +0 -0
  66. package/dist/docs/user-guide/working-with-vector-tiles/static/topolite.png +0 -0
  67. 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
  68. 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
  69. package/dist/examples/index.openlayers.attribution.wmts.3857.html +1 -1
  70. package/dist/{index-8.5.0-3c37c4e66b36a792.js → index-8.9.0-8941dd6a9dc5eca0.js} +3963 -1035
  71. package/dist/index.html +2 -2
  72. package/dist/index.js +3963 -1035
  73. package/dist/lib/{attribution-8.5.0-7e26e43200746f3c.js → attribution-8.9.0-1dd36f5665787b4f.js} +3666 -760
  74. package/dist/lib/attribution.js +3666 -760
  75. package/package.json +7 -10
  76. /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
  77. /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
  78. /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
  79. /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
  80. /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
  81. /package/dist/{index-8.5.0-c5e57c4593cca04a.css → index-8.9.0-c5e57c4593cca04a.css} +0 -0
@@ -1129,6 +1129,10 @@
1129
1129
 
1130
1130
 
1131
1131
 
1132
+
1133
+
1134
+
1135
+
1132
1136
 
1133
1137
 
1134
1138
 
@@ -1146,11 +1150,11 @@
1146
1150
 
1147
1151
 
1148
1152
  <div class="md-nav__link md-nav__container">
1149
- <a href="../../../user-guide/how-to-use-and-customize-vector-tiles/" class="md-nav__link ">
1153
+ <a href="../../../user-guide/use-in-esri-software/" class="md-nav__link ">
1150
1154
 
1151
1155
 
1152
1156
  <span class="md-ellipsis">
1153
- How to use and customize vector tiles
1157
+ Use in Esri software
1154
1158
  </span>
1155
1159
 
1156
1160
 
@@ -1166,7 +1170,7 @@
1166
1170
  <nav class="md-nav" data-md-level="2" aria-labelledby="__nav_8_4_label" aria-expanded="false">
1167
1171
  <label class="md-nav__title" for="__nav_8_4">
1168
1172
  <span class="md-nav__icon md-icon"></span>
1169
- How to use and customize vector tiles
1173
+ Use in Esri software
1170
1174
  </label>
1171
1175
  <ul class="md-nav__list" data-md-scrollfix>
1172
1176
 
@@ -1197,11 +1201,11 @@
1197
1201
 
1198
1202
 
1199
1203
  <div class="md-nav__link md-nav__container">
1200
- <a href="../../../user-guide/how-to-use-and-customize-vector-tiles/_How-to-use-vector-tiles/" class="md-nav__link ">
1204
+ <a href="../../../user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/" class="md-nav__link ">
1201
1205
 
1202
1206
 
1203
1207
  <span class="md-ellipsis">
1204
- How to use vector tiles
1208
+ How to add emergency imagery in ArcGIS
1205
1209
  </span>
1206
1210
 
1207
1211
 
@@ -1212,7 +1216,7 @@
1212
1216
  <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_2_label" aria-expanded="false">
1213
1217
  <label class="md-nav__title" for="__nav_8_4_2">
1214
1218
  <span class="md-nav__icon md-icon"></span>
1215
- How to use vector tiles
1219
+ How to add emergency imagery in ArcGIS
1216
1220
  </label>
1217
1221
  <ul class="md-nav__list" data-md-scrollfix>
1218
1222
 
@@ -1251,11 +1255,11 @@
1251
1255
 
1252
1256
 
1253
1257
  <div class="md-nav__link md-nav__container">
1254
- <a href="../../../user-guide/how-to-use-and-customize-vector-tiles/how-to-customize-vector-tiles/" class="md-nav__link ">
1258
+ <a href="../../../user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/" class="md-nav__link ">
1255
1259
 
1256
1260
 
1257
1261
  <span class="md-ellipsis">
1258
- How to customize vector tiles
1262
+ How to add individual LINZ Basemap layers to ArcGIS
1259
1263
  </span>
1260
1264
 
1261
1265
 
@@ -1266,7 +1270,7 @@
1266
1270
  <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_3_label" aria-expanded="false">
1267
1271
  <label class="md-nav__title" for="__nav_8_4_3">
1268
1272
  <span class="md-nav__icon md-icon"></span>
1269
- How to customize vector tiles
1273
+ How to add individual LINZ Basemap layers to ArcGIS
1270
1274
  </label>
1271
1275
  <ul class="md-nav__list" data-md-scrollfix>
1272
1276
 
@@ -1280,14 +1284,6 @@
1280
1284
 
1281
1285
 
1282
1286
 
1283
- </ul>
1284
- </nav>
1285
-
1286
- </li>
1287
-
1288
-
1289
-
1290
-
1291
1287
 
1292
1288
 
1293
1289
 
@@ -1299,14 +1295,6 @@
1299
1295
 
1300
1296
 
1301
1297
 
1302
-
1303
-
1304
-
1305
-
1306
-
1307
-
1308
-
1309
-
1310
1298
 
1311
1299
 
1312
1300
 
@@ -1316,37 +1304,40 @@
1316
1304
 
1317
1305
 
1318
1306
 
1319
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5" >
1307
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4_4" >
1320
1308
 
1321
1309
 
1322
1310
 
1323
1311
  <div class="md-nav__link md-nav__container">
1324
- <a href="../../../user-guide/use-in-esri-software/" class="md-nav__link ">
1312
+ <a href="../../../user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/" class="md-nav__link ">
1325
1313
 
1326
1314
 
1327
1315
  <span class="md-ellipsis">
1328
- Use in esri software
1316
+ How to add LINZ aerial imagery Basemaps to ArcGIS Online
1329
1317
  </span>
1330
1318
 
1331
1319
 
1332
1320
  </a>
1333
1321
 
1334
-
1335
- <label class="md-nav__link " for="__nav_8_5" id="__nav_8_5_label" tabindex="0">
1336
- <span class="md-nav__icon md-icon"></span>
1337
- </label>
1338
-
1339
1322
  </div>
1340
1323
 
1341
- <nav class="md-nav" data-md-level="2" aria-labelledby="__nav_8_5_label" aria-expanded="false">
1342
- <label class="md-nav__title" for="__nav_8_5">
1324
+ <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_4_label" aria-expanded="false">
1325
+ <label class="md-nav__title" for="__nav_8_4_4">
1343
1326
  <span class="md-nav__icon md-icon"></span>
1344
- Use in esri software
1327
+ How to add LINZ aerial imagery Basemaps to ArcGIS Online
1345
1328
  </label>
1346
1329
  <ul class="md-nav__list" data-md-scrollfix>
1347
1330
 
1348
1331
 
1349
1332
 
1333
+ </ul>
1334
+ </nav>
1335
+
1336
+ </li>
1337
+
1338
+
1339
+
1340
+
1350
1341
 
1351
1342
 
1352
1343
 
@@ -1367,16 +1358,16 @@
1367
1358
 
1368
1359
 
1369
1360
 
1370
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_2" >
1361
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_4_5" >
1371
1362
 
1372
1363
 
1373
1364
 
1374
1365
  <div class="md-nav__link md-nav__container">
1375
- <a href="../../../user-guide/use-in-esri-software/how-to-add-emergency-imagery-to-arcgis/" class="md-nav__link ">
1366
+ <a href="../../../user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/" class="md-nav__link ">
1376
1367
 
1377
1368
 
1378
1369
  <span class="md-ellipsis">
1379
- How to add emergency imagery to arcgis
1370
+ How to add LINZ Basemaps to ArcGIS Online Basemaps
1380
1371
  </span>
1381
1372
 
1382
1373
 
@@ -1384,10 +1375,10 @@
1384
1375
 
1385
1376
  </div>
1386
1377
 
1387
- <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_2_label" aria-expanded="false">
1388
- <label class="md-nav__title" for="__nav_8_5_2">
1378
+ <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_4_5_label" aria-expanded="false">
1379
+ <label class="md-nav__title" for="__nav_8_4_5">
1389
1380
  <span class="md-nav__icon md-icon"></span>
1390
- How to add emergency imagery to arcgis
1381
+ How to add LINZ Basemaps to ArcGIS Online Basemaps
1391
1382
  </label>
1392
1383
  <ul class="md-nav__list" data-md-scrollfix>
1393
1384
 
@@ -1401,6 +1392,14 @@
1401
1392
 
1402
1393
 
1403
1394
 
1395
+ </ul>
1396
+ </nav>
1397
+
1398
+ </li>
1399
+
1400
+
1401
+
1402
+
1404
1403
 
1405
1404
 
1406
1405
 
@@ -1412,6 +1411,14 @@
1412
1411
 
1413
1412
 
1414
1413
 
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+
1420
+
1421
+
1415
1422
 
1416
1423
 
1417
1424
 
@@ -1421,40 +1428,37 @@
1421
1428
 
1422
1429
 
1423
1430
 
1424
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_3" >
1431
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5" >
1425
1432
 
1426
1433
 
1427
1434
 
1428
1435
  <div class="md-nav__link md-nav__container">
1429
- <a href="../../../user-guide/use-in-esri-software/how-to-add-individual-linz-basemaps-layers-to-arcgis/" class="md-nav__link ">
1436
+ <a href="../../../user-guide/working-with-vector-tiles/" class="md-nav__link ">
1430
1437
 
1431
1438
 
1432
1439
  <span class="md-ellipsis">
1433
- How to add individual linz basemaps layers to arcgis
1440
+ Working with Vector Tiles
1434
1441
  </span>
1435
1442
 
1436
1443
 
1437
1444
  </a>
1438
1445
 
1446
+
1447
+ <label class="md-nav__link " for="__nav_8_5" id="__nav_8_5_label" tabindex="0">
1448
+ <span class="md-nav__icon md-icon"></span>
1449
+ </label>
1450
+
1439
1451
  </div>
1440
1452
 
1441
- <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_3_label" aria-expanded="false">
1442
- <label class="md-nav__title" for="__nav_8_5_3">
1453
+ <nav class="md-nav" data-md-level="2" aria-labelledby="__nav_8_5_label" aria-expanded="false">
1454
+ <label class="md-nav__title" for="__nav_8_5">
1443
1455
  <span class="md-nav__icon md-icon"></span>
1444
- How to add individual linz basemaps layers to arcgis
1456
+ Working with Vector Tiles
1445
1457
  </label>
1446
1458
  <ul class="md-nav__list" data-md-scrollfix>
1447
1459
 
1448
1460
 
1449
1461
 
1450
- </ul>
1451
- </nav>
1452
-
1453
- </li>
1454
-
1455
-
1456
-
1457
-
1458
1462
 
1459
1463
 
1460
1464
 
@@ -1468,6 +1472,8 @@
1468
1472
 
1469
1473
 
1470
1474
 
1475
+
1476
+
1471
1477
 
1472
1478
 
1473
1479
 
@@ -1475,31 +1481,104 @@
1475
1481
 
1476
1482
 
1477
1483
 
1478
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_4" >
1484
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_2" >
1479
1485
 
1480
1486
 
1481
1487
 
1482
1488
  <div class="md-nav__link md-nav__container">
1483
- <a href="../../../user-guide/use-in-esri-software/how-to-add-linz-aerial-imagery-basemaps-to-arcgis-online/" class="md-nav__link ">
1489
+ <a href="../../../user-guide/working-with-vector-tiles/creation/" class="md-nav__link ">
1484
1490
 
1485
1491
 
1486
1492
  <span class="md-ellipsis">
1487
- How to add linz aerial imagery basemaps to arcgis online
1493
+ Creation
1488
1494
  </span>
1489
1495
 
1490
1496
 
1491
1497
  </a>
1492
1498
 
1499
+
1500
+ <label class="md-nav__link " for="__nav_8_5_2" id="__nav_8_5_2_label" tabindex="0">
1501
+ <span class="md-nav__icon md-icon"></span>
1502
+ </label>
1503
+
1493
1504
  </div>
1494
1505
 
1495
- <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_4_label" aria-expanded="false">
1496
- <label class="md-nav__title" for="__nav_8_5_4">
1506
+ <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_2_label" aria-expanded="false">
1507
+ <label class="md-nav__title" for="__nav_8_5_2">
1508
+ <span class="md-nav__icon md-icon"></span>
1509
+ Creation
1510
+ </label>
1511
+ <ul class="md-nav__list" data-md-scrollfix>
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+ <li class="md-nav__item md-nav__item--nested">
1530
+
1531
+
1532
+
1533
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_2_2" >
1534
+
1535
+
1536
+ <label class="md-nav__link" for="__nav_8_5_2_2" id="__nav_8_5_2_2_label" tabindex="0">
1537
+
1538
+
1539
+ <span class="md-ellipsis">
1540
+ Inputs
1541
+ </span>
1542
+
1543
+
1544
+ <span class="md-nav__icon md-icon"></span>
1545
+ </label>
1546
+
1547
+ <nav class="md-nav" data-md-level="4" aria-labelledby="__nav_8_5_2_2_label" aria-expanded="false">
1548
+ <label class="md-nav__title" for="__nav_8_5_2_2">
1497
1549
  <span class="md-nav__icon md-icon"></span>
1498
- How to add linz aerial imagery basemaps to arcgis online
1550
+ Inputs
1499
1551
  </label>
1500
1552
  <ul class="md-nav__list" data-md-scrollfix>
1501
1553
 
1502
1554
 
1555
+
1556
+
1557
+
1558
+
1559
+
1560
+ <li class="md-nav__item">
1561
+ <a href="../../../user-guide/working-with-vector-tiles/creation/inputs/json-schema-file/" class="md-nav__link">
1562
+
1563
+
1564
+ <span class="md-ellipsis">
1565
+ JSON Schema File
1566
+ </span>
1567
+
1568
+
1569
+ </a>
1570
+ </li>
1571
+
1572
+
1573
+
1574
+
1575
+ </ul>
1576
+ </nav>
1577
+
1578
+ </li>
1579
+
1580
+
1581
+
1503
1582
 
1504
1583
  </ul>
1505
1584
  </nav>
@@ -1519,7 +1598,41 @@
1519
1598
 
1520
1599
 
1521
1600
 
1522
-
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
+
1627
+
1628
+
1629
+
1630
+
1631
+
1632
+
1633
+
1634
+
1635
+
1523
1636
 
1524
1637
 
1525
1638
 
@@ -1529,16 +1642,518 @@
1529
1642
 
1530
1643
 
1531
1644
 
1532
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_5" >
1645
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_3" >
1533
1646
 
1534
1647
 
1535
-
1536
- <div class="md-nav__link md-nav__container">
1537
- <a href="../../../user-guide/use-in-esri-software/how-to-add-linz-basemaps-to-arcgis-online-basemaps/" class="md-nav__link ">
1648
+ <label class="md-nav__link" for="__nav_8_5_3" id="__nav_8_5_3_label" tabindex="0">
1649
+
1650
+
1651
+ <span class="md-ellipsis">
1652
+ Schema
1653
+ </span>
1654
+
1655
+
1656
+ <span class="md-nav__icon md-icon"></span>
1657
+ </label>
1658
+
1659
+ <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_3_label" aria-expanded="false">
1660
+ <label class="md-nav__title" for="__nav_8_5_3">
1661
+ <span class="md-nav__icon md-icon"></span>
1662
+ Schema
1663
+ </label>
1664
+ <ul class="md-nav__list" data-md-scrollfix>
1665
+
1666
+
1667
+
1668
+
1669
+
1670
+
1671
+
1672
+ <li class="md-nav__item">
1673
+ <a href="../../../user-guide/working-with-vector-tiles/schema/addresses/" class="md-nav__link">
1674
+
1675
+
1676
+ <span class="md-ellipsis">
1677
+ addresses
1678
+ </span>
1679
+
1680
+
1681
+ </a>
1682
+ </li>
1683
+
1684
+
1685
+
1686
+
1687
+
1688
+
1689
+
1690
+
1691
+
1692
+
1693
+ <li class="md-nav__item">
1694
+ <a href="../../../user-guide/working-with-vector-tiles/schema/aerialways/" class="md-nav__link">
1695
+
1696
+
1697
+ <span class="md-ellipsis">
1698
+ aerialways
1699
+ </span>
1700
+
1701
+
1702
+ </a>
1703
+ </li>
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+
1710
+
1711
+
1712
+
1713
+
1714
+ <li class="md-nav__item">
1715
+ <a href="../../../user-guide/working-with-vector-tiles/schema/boundaries/" class="md-nav__link">
1716
+
1717
+
1718
+ <span class="md-ellipsis">
1719
+ boundaries
1720
+ </span>
1721
+
1722
+
1723
+ </a>
1724
+ </li>
1725
+
1726
+
1727
+
1728
+
1729
+
1730
+
1731
+
1732
+
1733
+
1734
+
1735
+ <li class="md-nav__item">
1736
+ <a href="../../../user-guide/working-with-vector-tiles/schema/buildings/" class="md-nav__link">
1737
+
1738
+
1739
+ <span class="md-ellipsis">
1740
+ buildings
1741
+ </span>
1742
+
1743
+
1744
+ </a>
1745
+ </li>
1746
+
1747
+
1748
+
1749
+
1750
+
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+ <li class="md-nav__item">
1757
+ <a href="../../../user-guide/working-with-vector-tiles/schema/contours/" class="md-nav__link">
1758
+
1759
+
1760
+ <span class="md-ellipsis">
1761
+ contours
1762
+ </span>
1763
+
1764
+
1765
+ </a>
1766
+ </li>
1767
+
1768
+
1769
+
1770
+
1771
+
1772
+
1773
+
1774
+
1775
+
1776
+
1777
+ <li class="md-nav__item">
1778
+ <a href="../../../user-guide/working-with-vector-tiles/schema/dam_lines/" class="md-nav__link">
1779
+
1780
+
1781
+ <span class="md-ellipsis">
1782
+ dam_lines
1783
+ </span>
1784
+
1785
+
1786
+ </a>
1787
+ </li>
1788
+
1789
+
1790
+
1791
+
1792
+
1793
+
1794
+
1795
+
1796
+
1797
+
1798
+ <li class="md-nav__item">
1799
+ <a href="../../../user-guide/working-with-vector-tiles/schema/ferries/" class="md-nav__link">
1800
+
1801
+
1802
+ <span class="md-ellipsis">
1803
+ ferries
1804
+ </span>
1805
+
1806
+
1807
+ </a>
1808
+ </li>
1809
+
1810
+
1811
+
1812
+
1813
+
1814
+
1815
+
1816
+
1817
+
1818
+
1819
+ <li class="md-nav__item">
1820
+ <a href="../../../user-guide/working-with-vector-tiles/schema/land/" class="md-nav__link">
1821
+
1822
+
1823
+ <span class="md-ellipsis">
1824
+ land
1825
+ </span>
1826
+
1827
+
1828
+ </a>
1829
+ </li>
1830
+
1831
+
1832
+
1833
+
1834
+
1835
+
1836
+
1837
+
1838
+
1839
+
1840
+ <li class="md-nav__item">
1841
+ <a href="../../../user-guide/working-with-vector-tiles/schema/parcel_boundaries/" class="md-nav__link">
1842
+
1843
+
1844
+ <span class="md-ellipsis">
1845
+ parcel_boundaries
1846
+ </span>
1847
+
1848
+
1849
+ </a>
1850
+ </li>
1851
+
1852
+
1853
+
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+
1860
+
1861
+ <li class="md-nav__item">
1862
+ <a href="../../../user-guide/working-with-vector-tiles/schema/pier_lines/" class="md-nav__link">
1863
+
1864
+
1865
+ <span class="md-ellipsis">
1866
+ pier_lines
1867
+ </span>
1868
+
1869
+
1870
+ </a>
1871
+ </li>
1872
+
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+
1879
+
1880
+
1881
+
1882
+ <li class="md-nav__item">
1883
+ <a href="../../../user-guide/working-with-vector-tiles/schema/place_labels/" class="md-nav__link">
1884
+
1885
+
1886
+ <span class="md-ellipsis">
1887
+ place_labels
1888
+ </span>
1889
+
1890
+
1891
+ </a>
1892
+ </li>
1893
+
1894
+
1895
+
1896
+
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+
1903
+ <li class="md-nav__item">
1904
+ <a href="../../../user-guide/working-with-vector-tiles/schema/pois/" class="md-nav__link">
1905
+
1906
+
1907
+ <span class="md-ellipsis">
1908
+ pois
1909
+ </span>
1910
+
1911
+
1912
+ </a>
1913
+ </li>
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+
1922
+
1923
+
1924
+ <li class="md-nav__item">
1925
+ <a href="../../../user-guide/working-with-vector-tiles/schema/public_transport/" class="md-nav__link">
1926
+
1927
+
1928
+ <span class="md-ellipsis">
1929
+ public_transport
1930
+ </span>
1931
+
1932
+
1933
+ </a>
1934
+ </li>
1935
+
1936
+
1937
+
1938
+
1939
+
1940
+
1941
+
1942
+
1943
+
1944
+
1945
+ <li class="md-nav__item">
1946
+ <a href="../../../user-guide/working-with-vector-tiles/schema/sites/" class="md-nav__link">
1947
+
1948
+
1949
+ <span class="md-ellipsis">
1950
+ sites
1951
+ </span>
1952
+
1953
+
1954
+ </a>
1955
+ </li>
1956
+
1957
+
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+
1964
+
1965
+
1966
+ <li class="md-nav__item">
1967
+ <a href="../../../user-guide/working-with-vector-tiles/schema/street_labels/" class="md-nav__link">
1968
+
1969
+
1970
+ <span class="md-ellipsis">
1971
+ street_labels
1972
+ </span>
1973
+
1974
+
1975
+ </a>
1976
+ </li>
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+ <li class="md-nav__item">
1988
+ <a href="../../../user-guide/working-with-vector-tiles/schema/street_polygons/" class="md-nav__link">
1989
+
1990
+
1991
+ <span class="md-ellipsis">
1992
+ street_polygons
1993
+ </span>
1994
+
1995
+
1996
+ </a>
1997
+ </li>
1998
+
1999
+
2000
+
2001
+
2002
+
2003
+
2004
+
2005
+
2006
+
2007
+
2008
+ <li class="md-nav__item">
2009
+ <a href="../../../user-guide/working-with-vector-tiles/schema/streets/" class="md-nav__link">
2010
+
2011
+
2012
+ <span class="md-ellipsis">
2013
+ streets
2014
+ </span>
2015
+
2016
+
2017
+ </a>
2018
+ </li>
2019
+
2020
+
2021
+
2022
+
2023
+
2024
+
2025
+
2026
+
2027
+
2028
+
2029
+ <li class="md-nav__item">
2030
+ <a href="../../../user-guide/working-with-vector-tiles/schema/water_lines/" class="md-nav__link">
2031
+
2032
+
2033
+ <span class="md-ellipsis">
2034
+ water_lines
2035
+ </span>
2036
+
2037
+
2038
+ </a>
2039
+ </li>
2040
+
2041
+
2042
+
2043
+
2044
+
2045
+
2046
+
2047
+
2048
+
2049
+
2050
+ <li class="md-nav__item">
2051
+ <a href="../../../user-guide/working-with-vector-tiles/schema/water_polygons/" class="md-nav__link">
2052
+
2053
+
2054
+ <span class="md-ellipsis">
2055
+ water_polygons
2056
+ </span>
2057
+
2058
+
2059
+ </a>
2060
+ </li>
2061
+
2062
+
2063
+
2064
+
2065
+ </ul>
2066
+ </nav>
2067
+
2068
+ </li>
2069
+
2070
+
2071
+
2072
+
2073
+
2074
+
2075
+
2076
+
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+
2083
+
2084
+
2085
+
2086
+
2087
+
2088
+
2089
+ <li class="md-nav__item md-nav__item--nested">
2090
+
2091
+
2092
+
2093
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_4" >
2094
+
2095
+
2096
+
2097
+ <div class="md-nav__link md-nav__container">
2098
+ <a href="../../../user-guide/working-with-vector-tiles/styling/" class="md-nav__link ">
2099
+
2100
+
2101
+ <span class="md-ellipsis">
2102
+ Styling
2103
+ </span>
2104
+
2105
+
2106
+ </a>
2107
+
2108
+ </div>
2109
+
2110
+ <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_4_label" aria-expanded="false">
2111
+ <label class="md-nav__title" for="__nav_8_5_4">
2112
+ <span class="md-nav__icon md-icon"></span>
2113
+ Styling
2114
+ </label>
2115
+ <ul class="md-nav__list" data-md-scrollfix>
2116
+
2117
+
2118
+
2119
+ </ul>
2120
+ </nav>
2121
+
2122
+ </li>
2123
+
2124
+
2125
+
2126
+
2127
+
2128
+
2129
+
2130
+
2131
+
2132
+
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+
2139
+
2140
+
2141
+
2142
+
2143
+ <li class="md-nav__item md-nav__item--nested">
2144
+
2145
+
2146
+
2147
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_8_5_5" >
2148
+
2149
+
2150
+
2151
+ <div class="md-nav__link md-nav__container">
2152
+ <a href="../../../user-guide/working-with-vector-tiles/usage/" class="md-nav__link ">
1538
2153
 
1539
2154
 
1540
2155
  <span class="md-ellipsis">
1541
- How to add linz basemaps to arcgis online basemaps
2156
+ Usage
1542
2157
  </span>
1543
2158
 
1544
2159
 
@@ -1549,7 +2164,7 @@
1549
2164
  <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_8_5_5_label" aria-expanded="false">
1550
2165
  <label class="md-nav__title" for="__nav_8_5_5">
1551
2166
  <span class="md-nav__icon md-icon"></span>
1552
- How to add linz basemaps to arcgis online basemaps
2167
+ Usage
1553
2168
  </label>
1554
2169
  <ul class="md-nav__list" data-md-scrollfix>
1555
2170