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