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