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