@ndwnu/map 2.0.0 → 2.1.1

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.
@@ -805,9 +805,5102 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImpor
805
805
  }]
806
806
  }] });
807
807
 
808
+ var version = 8;
809
+ var name = "NDW Modular Basic background map V2.2";
810
+ var owner = "NDW Location Services";
811
+ var metadata = {
812
+ title: "Modulaire achtergrondkaart NDW",
813
+ desc: "Een stijl bestand, met daarin verschillende gegroepeerde stijl lagen, die geconfigureerd kunnen worden door de ontwikkelaar naar wens en behoefte van de applicatie. Waarin opvallende (relevant) en onopvallende (context) informatie lagen visueel getoond kunnen worden in combinatie met eigen informatie lagen om zo het beste beeld te creëren.",
814
+ design: "This Way Cartography; Niene Boeijen"
815
+ };
816
+ var center = [
817
+ 5.121,
818
+ 52.08
819
+ ];
820
+ var zoom = 8;
821
+ var sprite = [
822
+ {
823
+ id: "NDW",
824
+ url: "https://maps.ndw.nu/styles/sprites/osm-default/osm-default"
825
+ },
826
+ {
827
+ id: "sdf",
828
+ url: "https://maps.ndw.nu/styles/ndw-basemap/dev/sdf"
829
+ },
830
+ {
831
+ id: "custom",
832
+ url: "https://maps.ndw.nu/styles/ndw-basemap/dev/custom_ndw"
833
+ }
834
+ ];
835
+ var glyphs = "https://maps.ndw.nu/styles/glyphs/{fontstack}/{range}.pbf";
836
+ var sources = {
837
+ "pdok-aerial": {
838
+ type: "raster",
839
+ tiles: [
840
+ "https://service.pdok.nl/hwh/luchtfotorgb/wmts/v1_0/Actueel_orthoHR/EPSG:3857/{z}/{x}/{y}.jpeg"
841
+ ],
842
+ tileSize: 256
843
+ },
844
+ "pdok-brt": {
845
+ type: "vector",
846
+ tiles: [
847
+ "https://api.pdok.nl/kadaster/brt-achtergrondkaart/ogc/v1/tiles/WebMercatorQuad/{z}/{y}/{x}?f=mvt"
848
+ ],
849
+ minzoom: 0,
850
+ maxzoom: 16
851
+ },
852
+ "pdok-bgt": {
853
+ type: "vector",
854
+ tiles: [
855
+ "https://api.pdok.nl/lv/bgt/ogc/v1/tiles/WebMercatorQuad/{z}/{y}/{x}?f=mvt"
856
+ ],
857
+ minzoom: 17,
858
+ maxzoom: 17,
859
+ attribution: "<a href='https://api.pdok.nl/'>PDOK</a>"
860
+ },
861
+ "pdok-bag": {
862
+ type: "vector",
863
+ tiles: [
864
+ "https://api.pdok.nl/lv/bag/ogc/v1/tiles/WebMercatorQuad/{z}/{y}/{x}?f=mvt"
865
+ ],
866
+ minzoom: 17,
867
+ maxzoom: 17
868
+ },
869
+ "pdok-administrative-division": {
870
+ type: "vector",
871
+ tiles: [
872
+ "https://api.pdok.nl/kadaster/bestuurlijkegebieden/ogc/v1/tiles/WebMercatorQuad/{z}/{y}/{x}?f=mvt"
873
+ ],
874
+ minzoom: 6,
875
+ maxzoom: 16
876
+ },
877
+ "ndw-nwb-road-sections": {
878
+ type: "vector",
879
+ url: "https://maps.ndw.nu/api/v1/nwb/latest/mbtiles/roadSections/",
880
+ minzoom: 4,
881
+ maxzoom: 19,
882
+ attribution: "<a href='https://maps.ndw.nu/'>NDW</a>"
883
+ },
884
+ "ndw-nwb-hectometre-signs": {
885
+ type: "vector",
886
+ url: "https://maps.ndw.nu/api/v1/nwb/latest/mbtiles/hectometreSigns/"
887
+ },
888
+ "ndw-fcd-segments": {
889
+ type: "vector",
890
+ tiles: [
891
+ "https://maps.ndw.nu/api/v1/fcd/latest/mbtiles/segments/tiles/{z}/{x}/{y}.pbf?token=f8b6b695-2cad-44e8-b7e8-a97f9fc1c236"
892
+ ],
893
+ minzoom: 4,
894
+ maxzoom: 20
895
+ },
896
+ "ndw-wkd-parking-areas": {
897
+ type: "vector",
898
+ url: "https://maps.ndw.nu/api/v1/wkdParkingAreas/latest/mbtiles/segments/"
899
+ }
900
+ };
901
+ var layers = [
902
+ {
903
+ id: "background",
904
+ type: "background",
905
+ metadata: {
906
+ group: "context-map",
907
+ type: "context",
908
+ "legend-name": "Achtergrond kleur",
909
+ desc: "",
910
+ "insert-before": "background"
911
+ },
912
+ paint: {
913
+ "background-color": "#DDE5EF"
914
+ }
915
+ },
916
+ {
917
+ id: "pdok-aerial",
918
+ type: "raster",
919
+ source: "pdok-aerial",
920
+ metadata: {
921
+ group: "context-aerial",
922
+ type: "context",
923
+ "legend-name": "PDOK luchtfoto Actueel 8cm rgb",
924
+ desc: "",
925
+ "insert-before": "background"
926
+ },
927
+ layout: {
928
+ visibility: "none"
929
+ },
930
+ paint: {
931
+ }
932
+ },
933
+ {
934
+ id: "brt-land-and-sea",
935
+ type: "fill",
936
+ source: "pdok-brt",
937
+ "source-layer": "nederland",
938
+ metadata: {
939
+ group: "context-map",
940
+ "sub-group": "background-blue",
941
+ type: "context",
942
+ "legend-name": "BRT: Land & water kleuren",
943
+ source: "BRT",
944
+ desc: "",
945
+ "insert-before": "background"
946
+ },
947
+ layout: {
948
+ visibility: "visible"
949
+ },
950
+ paint: {
951
+ "fill-color": [
952
+ "match",
953
+ [
954
+ "get",
955
+ "vistext"
956
+ ],
957
+ "land/grens (NL)",
958
+ "#f5f5f5",
959
+ "(zee)water",
960
+ "#DDE5EF",
961
+ "onderlegger Nederland",
962
+ "#f5f5f5",
963
+ "transparent"
964
+ ]
965
+ }
966
+ },
967
+ {
968
+ id: "brt-urbanized-area",
969
+ type: "fill",
970
+ metadata: {
971
+ group: "context-map",
972
+ "sub-group": "background-grey",
973
+ type: "context",
974
+ "legend-name": "Bebouwd gebied",
975
+ desc: "van zoom 6 tot met 12",
976
+ "insert-before": "background"
977
+ },
978
+ source: "pdok-brt",
979
+ "source-layer": "terreinvlak",
980
+ filter: [
981
+ "any",
982
+ [
983
+ "==",
984
+ "vistext",
985
+ "bebouwd gebied"
986
+ ],
987
+ [
988
+ "==",
989
+ "vistext",
990
+ "kassengebied"
991
+ ]
992
+ ],
993
+ paint: {
994
+ "fill-color": [
995
+ "match",
996
+ [
997
+ "get",
998
+ "vistext"
999
+ ],
1000
+ "bebouwd gebied",
1001
+ "#eaeaea",
1002
+ "kassengebied",
1003
+ "#e5e6ec",
1004
+ "transparent"
1005
+ ],
1006
+ "fill-outline-color": "#dedede",
1007
+ "fill-opacity": [
1008
+ "interpolate",
1009
+ [
1010
+ "linear"
1011
+ ],
1012
+ [
1013
+ "zoom"
1014
+ ],
1015
+ 8,
1016
+ 0.1,
1017
+ 10,
1018
+ 1,
1019
+ 13,
1020
+ 0.8
1021
+ ]
1022
+ }
1023
+ },
1024
+ {
1025
+ id: "brt-water-part",
1026
+ type: "fill",
1027
+ metadata: {
1028
+ group: "context-map",
1029
+ "sub-group": "background-blue",
1030
+ type: "context",
1031
+ "legend-name": "BRT-Waterdeelvlakken",
1032
+ desc: "zee, waterloop, ",
1033
+ "insert-before": "background"
1034
+ },
1035
+ source: "pdok-brt",
1036
+ "source-layer": "waterdeelvlak",
1037
+ maxzoom: 17,
1038
+ layout: {
1039
+ visibility: "visible"
1040
+ },
1041
+ paint: {
1042
+ "fill-color": [
1043
+ "match",
1044
+ [
1045
+ "get",
1046
+ "vistext"
1047
+ ],
1048
+ "zee",
1049
+ "#DDE5EF",
1050
+ "meer, plas",
1051
+ "#DDE5EF",
1052
+ "droogvallend",
1053
+ "#DDE5EF",
1054
+ "waterloop",
1055
+ "#DDE5EF",
1056
+ "overig",
1057
+ "#DDE5EF",
1058
+ "water onder brug",
1059
+ "#f5f5f5",
1060
+ "transparent"
1061
+ ]
1062
+ }
1063
+ },
1064
+ {
1065
+ id: "bgt-water-part",
1066
+ type: "fill",
1067
+ source: "pdok-bgt",
1068
+ "source-layer": "waterdeel",
1069
+ metadata: {
1070
+ group: "context-map",
1071
+ "sub-group": "background-blue",
1072
+ type: "context",
1073
+ "legend-name": "BGT Waterdeel vlakken",
1074
+ desc: "zee, waterloop, ",
1075
+ "insert-before": "background"
1076
+ },
1077
+ filter: [
1078
+ "all",
1079
+ [
1080
+ "==",
1081
+ "relatieve_hoogteligging",
1082
+ 0
1083
+ ],
1084
+ [
1085
+ "==",
1086
+ "status",
1087
+ "bestaand"
1088
+ ]
1089
+ ],
1090
+ paint: {
1091
+ "fill-color": "#DDE5EF"
1092
+ }
1093
+ },
1094
+ {
1095
+ id: "brt-green-area",
1096
+ type: "fill",
1097
+ source: "pdok-brt",
1098
+ "source-layer": "terreinvlak",
1099
+ metadata: {
1100
+ group: "context-map",
1101
+ "sub-group": "background-green",
1102
+ type: "context",
1103
+ "legend-name": "BRT terreinvlakken groen",
1104
+ desc: "Bos, bos moeras, riet, ",
1105
+ "insert-before": "background"
1106
+ },
1107
+ minzoom: 6,
1108
+ maxzoom: 17,
1109
+ filter: [
1110
+ "any",
1111
+ [
1112
+ "==",
1113
+ "vistext",
1114
+ "bos"
1115
+ ],
1116
+ [
1117
+ "==",
1118
+ "vistext",
1119
+ "Bos met dras, moeras, riet"
1120
+ ],
1121
+ [
1122
+ "==",
1123
+ "vistext",
1124
+ "bos: dras, moeras, riet"
1125
+ ]
1126
+ ],
1127
+ paint: {
1128
+ "fill-color": [
1129
+ "interpolate",
1130
+ [
1131
+ "linear"
1132
+ ],
1133
+ [
1134
+ "zoom"
1135
+ ],
1136
+ 6,
1137
+ "#e3e3dd",
1138
+ 10,
1139
+ "#e3e3dd"
1140
+ ],
1141
+ "fill-outline-color": "#D3D9D0"
1142
+ }
1143
+ },
1144
+ {
1145
+ id: "brt-yellow-area",
1146
+ type: "fill",
1147
+ source: "pdok-brt",
1148
+ "source-layer": "terreinvlak",
1149
+ metadata: {
1150
+ group: "context-map",
1151
+ "sub-group": "background-yellow",
1152
+ type: "context",
1153
+ "legend-name": "BRT terreinvlakken niet groen",
1154
+ desc: "heide, zand, steen",
1155
+ "insert-before": "background"
1156
+ },
1157
+ minzoom: 9,
1158
+ maxzoom: 17,
1159
+ filter: [
1160
+ "all",
1161
+ [
1162
+ "!=",
1163
+ "vistext",
1164
+ "bos"
1165
+ ],
1166
+ [
1167
+ "!=",
1168
+ "vistext",
1169
+ "Bos met dras, moeras, riet"
1170
+ ],
1171
+ [
1172
+ "!=",
1173
+ "vistext",
1174
+ "bebouwd gebied"
1175
+ ],
1176
+ [
1177
+ "!=",
1178
+ "vistext",
1179
+ "kassengebied"
1180
+ ],
1181
+ [
1182
+ "!=",
1183
+ "vistext",
1184
+ "bos: dras, moeras, riet"
1185
+ ],
1186
+ [
1187
+ "!=",
1188
+ "vistext",
1189
+ "aanlegsteiger"
1190
+ ]
1191
+ ],
1192
+ paint: {
1193
+ "fill-color": [
1194
+ "match",
1195
+ [
1196
+ "get",
1197
+ "vistext"
1198
+ ],
1199
+ "steenglooing",
1200
+ "#c0babc",
1201
+ "zand",
1202
+ "#f5f4f0",
1203
+ "Zand met dras, moeras, riet",
1204
+ "#f5f4f0",
1205
+ "zand: dras, moeras, riet",
1206
+ "#f5f4f0",
1207
+ "heide",
1208
+ "#eae3ee",
1209
+ "Heide met dras, moeras, riet",
1210
+ "#eae3ee",
1211
+ "heide: dras, moeras, riet",
1212
+ "#eae3ee",
1213
+ "aanlegsteiger",
1214
+ "#ffffff",
1215
+ "overig",
1216
+ "#a3a7aa",
1217
+ "grasland: dras, moeras, riet",
1218
+ "#f5f4f0",
1219
+ "resterend: dras, moeras, riet",
1220
+ "#f5f4f0",
1221
+ "transparent"
1222
+ ]
1223
+ }
1224
+ },
1225
+ {
1226
+ id: "bgt-bridge-section",
1227
+ type: "fill",
1228
+ source: "pdok-bgt",
1229
+ "source-layer": "overbruggingsdeel",
1230
+ metadata: {
1231
+ group: "context-map",
1232
+ "sub-group": "background-grey",
1233
+ type: "context",
1234
+ "legend-name": "BGT overbruggingsdeel",
1235
+ desc: "hoogte 0, status bestaand",
1236
+ "insert-before": "background"
1237
+ },
1238
+ filter: [
1239
+ "all",
1240
+ [
1241
+ "<=",
1242
+ "relatieve_hoogteligging",
1243
+ 1
1244
+ ],
1245
+ [
1246
+ "==",
1247
+ "status",
1248
+ "bestaand"
1249
+ ],
1250
+ [
1251
+ "!=",
1252
+ "type_overbruggingsdeel_leeg",
1253
+ "waardeOnbekend"
1254
+ ]
1255
+ ],
1256
+ layout: {
1257
+ "fill-sort-key": [
1258
+ "to-number",
1259
+ [
1260
+ "get",
1261
+ "relatieve_hoogteligging"
1262
+ ]
1263
+ ]
1264
+ },
1265
+ paint: {
1266
+ "fill-color": [
1267
+ "match",
1268
+ [
1269
+ "get",
1270
+ "type_overbruggingsdeel"
1271
+ ],
1272
+ "dek",
1273
+ "#f5f5f5",
1274
+ "pijler",
1275
+ "#eaeaea",
1276
+ "landhoofd",
1277
+ "#f5f5f5",
1278
+ "transparent"
1279
+ ],
1280
+ "fill-outline-color": "#f5f5f5"
1281
+ }
1282
+ },
1283
+ {
1284
+ id: "bgt-unvegetated-area",
1285
+ type: "fill",
1286
+ source: "pdok-bgt",
1287
+ "source-layer": "onbegroeidterreindeel",
1288
+ metadata: {
1289
+ group: "context-map",
1290
+ "sub-group": "background-grey",
1291
+ type: "context",
1292
+ "legend-name": "BGT onbegroeidterreindeel",
1293
+ desc: "hoogte 0, status bestaand",
1294
+ "insert-before": "background"
1295
+ },
1296
+ filter: [
1297
+ "all",
1298
+ [
1299
+ "==",
1300
+ "relatieve_hoogteligging",
1301
+ 0
1302
+ ],
1303
+ [
1304
+ "==",
1305
+ "status",
1306
+ "bestaand"
1307
+ ]
1308
+ ],
1309
+ paint: {
1310
+ "fill-color": [
1311
+ "match",
1312
+ [
1313
+ "get",
1314
+ "fysiek_voorkomen"
1315
+ ],
1316
+ "erf",
1317
+ "#fcfcfc",
1318
+ "zand",
1319
+ "#fcfcfc",
1320
+ "onverhard",
1321
+ "#e3e3dd",
1322
+ "open verharding",
1323
+ "#e3e3dd",
1324
+ "half verhard",
1325
+ "#e3e3dd",
1326
+ "gesloten verharding",
1327
+ "#fefefe",
1328
+ "#fefefe"
1329
+ ]
1330
+ }
1331
+ },
1332
+ {
1333
+ id: "bgt-vegetated-area",
1334
+ type: "fill",
1335
+ source: "pdok-bgt",
1336
+ "source-layer": "begroeidterreindeel",
1337
+ metadata: {
1338
+ group: "context-map",
1339
+ "sub-group": "background-green",
1340
+ type: "context",
1341
+ "legend-name": "BGT begroeidterreindeel",
1342
+ desc: "hoogte 0, status bestaand",
1343
+ "insert-before": "background"
1344
+ },
1345
+ filter: [
1346
+ "all",
1347
+ [
1348
+ "==",
1349
+ "relatieve_hoogteligging",
1350
+ 0
1351
+ ],
1352
+ [
1353
+ "==",
1354
+ "status",
1355
+ "bestaand"
1356
+ ]
1357
+ ],
1358
+ paint: {
1359
+ "fill-color": [
1360
+ "match",
1361
+ [
1362
+ "get",
1363
+ "fysiek_voorkomen"
1364
+ ],
1365
+ "loofbos",
1366
+ "#e3e3dd",
1367
+ "gemengd bos",
1368
+ "#e3e3dd",
1369
+ "naaldbos",
1370
+ "#e3e3dd",
1371
+ "struiken",
1372
+ "#e3e3dd",
1373
+ "houtwal",
1374
+ "#e3e3dd",
1375
+ "duin",
1376
+ "#e0d6c5",
1377
+ "grasland overig",
1378
+ "#f2f2ed",
1379
+ "moeras",
1380
+ "#eae3d6",
1381
+ "rietland",
1382
+ "#eae3d6",
1383
+ "kwelder",
1384
+ "#cad1d5",
1385
+ "fruitteelt",
1386
+ "#e3e3dd",
1387
+ "boomteelt",
1388
+ "#e3e3dd",
1389
+ "bouwland",
1390
+ "#f2f2ed",
1391
+ "grasland agrarisch",
1392
+ "#f2f2ed",
1393
+ "groenvoorziening",
1394
+ "#e3e3dd",
1395
+ "overig",
1396
+ "transparent",
1397
+ "heide",
1398
+ "#eae3ee",
1399
+ "transparent"
1400
+ ],
1401
+ "fill-outline-color": [
1402
+ "match",
1403
+ [
1404
+ "get",
1405
+ "fysiek_voorkomen"
1406
+ ],
1407
+ "loofbos",
1408
+ "#e3e3dd",
1409
+ "gemengd bos",
1410
+ "#e3e3dd",
1411
+ "naaldbos",
1412
+ "#e3e3dd",
1413
+ "struiken",
1414
+ "#e3e3dd",
1415
+ "houtwal",
1416
+ "#c8c8bd",
1417
+ "duin",
1418
+ "#e0d6c5",
1419
+ "grasland overig",
1420
+ "#f2f2ed",
1421
+ "moeras",
1422
+ "#eae3d6",
1423
+ "rietland",
1424
+ "#eae3d6",
1425
+ "kwelder",
1426
+ "#cad1d5",
1427
+ "fruitteelt",
1428
+ "#e3e3dd",
1429
+ "boomteelt",
1430
+ "#e3e3dd",
1431
+ "bouwland",
1432
+ "#f2f2ed",
1433
+ "grasland agrarisch",
1434
+ "#f2f2ed",
1435
+ "groenvoorziening",
1436
+ "#f2f2ed",
1437
+ "heide",
1438
+ "#eae3ee",
1439
+ "overig",
1440
+ "transparent",
1441
+ "transparent"
1442
+ ]
1443
+ }
1444
+ },
1445
+ {
1446
+ id: "bgt-supporting-road-part",
1447
+ type: "fill",
1448
+ source: "pdok-bgt",
1449
+ "source-layer": "ondersteunendwegdeel",
1450
+ metadata: {
1451
+ group: "context-map",
1452
+ "sub-group": "background-grey",
1453
+ type: "context",
1454
+ "legend-name": "BGT ondersteunendwegdeel",
1455
+ desc: "hoogte 0, status bestaand",
1456
+ "insert-before": "background"
1457
+ },
1458
+ filter: [
1459
+ "all",
1460
+ [
1461
+ "==",
1462
+ "relatieve_hoogteligging",
1463
+ 0
1464
+ ],
1465
+ [
1466
+ "==",
1467
+ "status",
1468
+ "bestaand"
1469
+ ]
1470
+ ],
1471
+ paint: {
1472
+ "fill-color": [
1473
+ "match",
1474
+ [
1475
+ "get",
1476
+ "functie"
1477
+ ],
1478
+ "verkeerseiland",
1479
+ "#fefefe",
1480
+ "berm",
1481
+ [
1482
+ "match",
1483
+ [
1484
+ "get",
1485
+ "fysiek_voorkomen"
1486
+ ],
1487
+ "groenvoorziening",
1488
+ "#f2f2ed",
1489
+ "onverhard",
1490
+ "#e3e3dd",
1491
+ "open verharding",
1492
+ "#e3e3dd",
1493
+ "half verhard",
1494
+ "#e3e3dd",
1495
+ "gesloten verharding",
1496
+ "#fefefe",
1497
+ "transparent"
1498
+ ],
1499
+ "transparent"
1500
+ ],
1501
+ "fill-outline-color": [
1502
+ "match",
1503
+ [
1504
+ "get",
1505
+ "functie"
1506
+ ],
1507
+ "verkeerseiland",
1508
+ "#e3e3dd",
1509
+ "berm",
1510
+ [
1511
+ "match",
1512
+ [
1513
+ "get",
1514
+ "fysiek_voorkomen"
1515
+ ],
1516
+ "groenvoorziening",
1517
+ "#f2f2ed",
1518
+ "onverhard",
1519
+ "#e3e3dd",
1520
+ "open verharding",
1521
+ "#e3e3dd",
1522
+ "half verhard",
1523
+ "#e3e3dd",
1524
+ "gesloten verharding",
1525
+ "#fefefe",
1526
+ "transparent"
1527
+ ],
1528
+ "transparent"
1529
+ ]
1530
+ }
1531
+ },
1532
+ {
1533
+ id: "brt-building",
1534
+ type: "fill",
1535
+ metadata: {
1536
+ group: "context-map",
1537
+ "sub-group": "background-grey",
1538
+ type: "context",
1539
+ "legend-name": "BRT Gebouwvlak tot met 16",
1540
+ desc: "van zoom 13 tot met 16",
1541
+ "insert-before": "background"
1542
+ },
1543
+ source: "pdok-brt",
1544
+ "source-layer": "gebouwvlak",
1545
+ maxzoom: 17,
1546
+ paint: {
1547
+ "fill-outline-color": "#dedede",
1548
+ "fill-color": [
1549
+ "interpolate",
1550
+ [
1551
+ "linear"
1552
+ ],
1553
+ [
1554
+ "zoom"
1555
+ ],
1556
+ 13,
1557
+ "#eaeaea",
1558
+ 17,
1559
+ "#eaeaea"
1560
+ ],
1561
+ "fill-opacity": [
1562
+ "interpolate",
1563
+ [
1564
+ "linear"
1565
+ ],
1566
+ [
1567
+ "zoom"
1568
+ ],
1569
+ 13,
1570
+ 0.9,
1571
+ 14,
1572
+ 1
1573
+ ]
1574
+ }
1575
+ },
1576
+ {
1577
+ id: "bag-designated-site",
1578
+ type: "fill",
1579
+ source: "pdok-bag",
1580
+ "source-layer": "standplaats",
1581
+ metadata: {
1582
+ group: "context-map",
1583
+ "sub-group": "background-grey",
1584
+ type: "context",
1585
+ "legend-name": "BAG standplaats",
1586
+ desc: "",
1587
+ "insert-before": "background"
1588
+ },
1589
+ filter: [
1590
+ "all",
1591
+ [
1592
+ "==",
1593
+ "status",
1594
+ "Plaats aangewezen"
1595
+ ]
1596
+ ],
1597
+ paint: {
1598
+ "fill-color": "#eaeaea",
1599
+ "fill-outline-color": "#dedede"
1600
+ }
1601
+ },
1602
+ {
1603
+ id: "bag-mooring",
1604
+ type: "fill",
1605
+ source: "pdok-bag",
1606
+ "source-layer": "ligplaats",
1607
+ metadata: {
1608
+ group: "context-map",
1609
+ "sub-group": "background-grey",
1610
+ type: "context",
1611
+ "legend-name": "BAG ligplaats",
1612
+ desc: "",
1613
+ "insert-before": "background"
1614
+ },
1615
+ paint: {
1616
+ "fill-color": "#eaeaea",
1617
+ "fill-outline-color": "#dedede"
1618
+ }
1619
+ },
1620
+ {
1621
+ id: "bag-buildings",
1622
+ type: "fill",
1623
+ source: "pdok-bag",
1624
+ "source-layer": "pand",
1625
+ metadata: {
1626
+ group: "context-map",
1627
+ "sub-group": "background-grey",
1628
+ type: "context",
1629
+ "legend-name": "BAG gebouw",
1630
+ desc: "",
1631
+ "insert-before": "background"
1632
+ },
1633
+ filter: [
1634
+ "all",
1635
+ [
1636
+ "!=",
1637
+ [
1638
+ "get",
1639
+ "status"
1640
+ ],
1641
+ "Pand gesloopt"
1642
+ ],
1643
+ [
1644
+ "!=",
1645
+ [
1646
+ "get",
1647
+ "status"
1648
+ ],
1649
+ "Pand buiten gebruik"
1650
+ ]
1651
+ ],
1652
+ paint: {
1653
+ "fill-color": "#eaeaea",
1654
+ "fill-outline-color": "#dedede"
1655
+ }
1656
+ },
1657
+ {
1658
+ id: "ndw-nwb-road-sections-bus",
1659
+ type: "line",
1660
+ source: "ndw-nwb-road-sections",
1661
+ "source-layer": "roadSections",
1662
+ metadata: {
1663
+ group: "context-roads",
1664
+ "sub-group": "ndw-nwb-road-sections",
1665
+ type: "context",
1666
+ "legend-name": "Bus baan",
1667
+ desc: "Busbanen niet toegankelijk voor auto's",
1668
+ "insert-before": "background"
1669
+ },
1670
+ filter: [
1671
+ "all",
1672
+ [
1673
+ "==",
1674
+ [
1675
+ "get",
1676
+ "carriagewayTypeCode"
1677
+ ],
1678
+ "BUS"
1679
+ ],
1680
+ [
1681
+ "!=",
1682
+ [
1683
+ "get",
1684
+ "functionalRoadClass"
1685
+ ],
1686
+ "7"
1687
+ ]
1688
+ ],
1689
+ layout: {
1690
+ visibility: "visible",
1691
+ "line-cap": "butt",
1692
+ "line-join": "round",
1693
+ "line-sort-key": [
1694
+ "-",
1695
+ 8,
1696
+ [
1697
+ "to-number",
1698
+ [
1699
+ "get",
1700
+ "functionalRoadClass"
1701
+ ]
1702
+ ]
1703
+ ]
1704
+ },
1705
+ paint: {
1706
+ "line-dasharray": [
1707
+ 1,
1708
+ 0.3
1709
+ ],
1710
+ "line-color": [
1711
+ "match",
1712
+ [
1713
+ "get",
1714
+ "functionalRoadClass"
1715
+ ],
1716
+ "0",
1717
+ "hsl(43, 93%, 88%)",
1718
+ "1",
1719
+ "hsl(43, 93%, 88%)",
1720
+ "2",
1721
+ "hsl(43, 93%, 88%)",
1722
+ "3",
1723
+ "hsl(44, 42%, 94%)",
1724
+ "4",
1725
+ [
1726
+ "case",
1727
+ [
1728
+ "==",
1729
+ [
1730
+ "get",
1731
+ "formOfWay"
1732
+ ],
1733
+ "2"
1734
+ ],
1735
+ "hsl(44, 42%, 94%)",
1736
+ "#ffffff"
1737
+ ],
1738
+ "5",
1739
+ "#ffffff",
1740
+ "6",
1741
+ "#ffffff",
1742
+ "hsl(0, 0%, 100%)"
1743
+ ],
1744
+ "line-width": [
1745
+ "interpolate",
1746
+ [
1747
+ "exponential",
1748
+ 1.1
1749
+ ],
1750
+ [
1751
+ "zoom"
1752
+ ],
1753
+ 10,
1754
+ [
1755
+ "match",
1756
+ [
1757
+ "get",
1758
+ "functionalRoadClass"
1759
+ ],
1760
+ "0",
1761
+ 2.5,
1762
+ "1",
1763
+ 2.5,
1764
+ "2",
1765
+ 2.5,
1766
+ "3",
1767
+ 1.5,
1768
+ "4",
1769
+ 1.5,
1770
+ "5",
1771
+ 1,
1772
+ 0
1773
+ ],
1774
+ 13,
1775
+ [
1776
+ "match",
1777
+ [
1778
+ "get",
1779
+ "functionalRoadClass"
1780
+ ],
1781
+ "0",
1782
+ 7,
1783
+ "1",
1784
+ 7,
1785
+ "2",
1786
+ 5.7,
1787
+ "3",
1788
+ 4.1,
1789
+ "4",
1790
+ 4.1,
1791
+ "5",
1792
+ 2.7,
1793
+ "6",
1794
+ 1.5,
1795
+ 0
1796
+ ],
1797
+ 15,
1798
+ [
1799
+ "match",
1800
+ [
1801
+ "get",
1802
+ "functionalRoadClass"
1803
+ ],
1804
+ "0",
1805
+ 10.4,
1806
+ "1",
1807
+ 10.4,
1808
+ "2",
1809
+ 8.4,
1810
+ "3",
1811
+ 6.4,
1812
+ "4",
1813
+ 6.4,
1814
+ "5",
1815
+ 5.4,
1816
+ "6",
1817
+ 4.4,
1818
+ "7",
1819
+ 1.5,
1820
+ 2
1821
+ ],
1822
+ 20,
1823
+ [
1824
+ "match",
1825
+ [
1826
+ "get",
1827
+ "functionalRoadClass"
1828
+ ],
1829
+ "0",
1830
+ 24,
1831
+ "1",
1832
+ 24,
1833
+ "2",
1834
+ 22,
1835
+ "3",
1836
+ 20,
1837
+ "4",
1838
+ 18,
1839
+ "5",
1840
+ 17,
1841
+ "6",
1842
+ 15,
1843
+ "7",
1844
+ 0,
1845
+ 4
1846
+ ]
1847
+ ],
1848
+ "line-opacity": [
1849
+ "match",
1850
+ [
1851
+ "get",
1852
+ "functionalRoadClass"
1853
+ ],
1854
+ "0",
1855
+ 1,
1856
+ "1",
1857
+ 1,
1858
+ "2",
1859
+ 1,
1860
+ "3",
1861
+ 1,
1862
+ "4",
1863
+ 1,
1864
+ "5",
1865
+ 1,
1866
+ "6",
1867
+ 1,
1868
+ "7",
1869
+ 0,
1870
+ 0
1871
+ ]
1872
+ }
1873
+ },
1874
+ {
1875
+ id: "ndw-nwb-road-sections-single",
1876
+ type: "line",
1877
+ source: "ndw-nwb-road-sections",
1878
+ "source-layer": "roadSections",
1879
+ metadata: {
1880
+ group: "context-roads",
1881
+ "sub-group": "ndw-nwb-road-sections",
1882
+ type: "context",
1883
+ "legend-name": "Enkele lijnen, fietspad, voetbad, veerroutes",
1884
+ desc: "Functional road class 7, niet toegankelijk voor auto's",
1885
+ "insert-before": "background"
1886
+ },
1887
+ filter: [
1888
+ "==",
1889
+ [
1890
+ "get",
1891
+ "functionalRoadClass"
1892
+ ],
1893
+ "7"
1894
+ ],
1895
+ layout: {
1896
+ visibility: "visible",
1897
+ "line-cap": "round",
1898
+ "line-join": "round"
1899
+ },
1900
+ paint: {
1901
+ "line-color": [
1902
+ "case",
1903
+ [
1904
+ "==",
1905
+ [
1906
+ "get",
1907
+ "carriagewayTypeCode"
1908
+ ],
1909
+ "FP"
1910
+ ],
1911
+ "hsl(19, 50%, 90%)",
1912
+ [
1913
+ "==",
1914
+ [
1915
+ "slice",
1916
+ [
1917
+ "get",
1918
+ "carriagewayTypeCode"
1919
+ ],
1920
+ 0,
1921
+ 2
1922
+ ],
1923
+ "VD"
1924
+ ],
1925
+ "hsl(192, 5%, 82%)",
1926
+ [
1927
+ "==",
1928
+ [
1929
+ "slice",
1930
+ [
1931
+ "get",
1932
+ "carriagewayTypeCode"
1933
+ ],
1934
+ 0,
1935
+ 2
1936
+ ],
1937
+ "VP"
1938
+ ],
1939
+ "#f3e4d3",
1940
+ "#ffffff"
1941
+ ],
1942
+ "line-width": [
1943
+ "interpolate",
1944
+ [
1945
+ "exponential",
1946
+ 1.1
1947
+ ],
1948
+ [
1949
+ "zoom"
1950
+ ],
1951
+ 10,
1952
+ 0,
1953
+ 13,
1954
+ 1.5,
1955
+ 15,
1956
+ 3.5,
1957
+ 20,
1958
+ 10
1959
+ ],
1960
+ "line-opacity": 1
1961
+ }
1962
+ },
1963
+ {
1964
+ id: "ndw-nwb-road-sections-casing",
1965
+ type: "line",
1966
+ source: "ndw-nwb-road-sections",
1967
+ "source-layer": "roadSections",
1968
+ metadata: {
1969
+ group: "context-roads",
1970
+ "sub-group": "ndw-nwb-road-sections",
1971
+ type: "context",
1972
+ "legend-name": "Wegvakken omlijning",
1973
+ desc: "Wegen toegankelijk voor auto's",
1974
+ "insert-before": "background"
1975
+ },
1976
+ filter: [
1977
+ "all",
1978
+ [
1979
+ "!=",
1980
+ [
1981
+ "get",
1982
+ "carriagewayTypeCode"
1983
+ ],
1984
+ "BUS"
1985
+ ],
1986
+ [
1987
+ "!=",
1988
+ [
1989
+ "get",
1990
+ "functionalRoadClass"
1991
+ ],
1992
+ "7"
1993
+ ]
1994
+ ],
1995
+ layout: {
1996
+ visibility: "visible",
1997
+ "line-cap": "round",
1998
+ "line-join": "round",
1999
+ "line-sort-key": [
2000
+ "-",
2001
+ 8,
2002
+ [
2003
+ "to-number",
2004
+ [
2005
+ "get",
2006
+ "functionalRoadClass"
2007
+ ]
2008
+ ]
2009
+ ]
2010
+ },
2011
+ paint: {
2012
+ "line-color": [
2013
+ "match",
2014
+ [
2015
+ "get",
2016
+ "functionalRoadClass"
2017
+ ],
2018
+ "0",
2019
+ "#DAAD3A",
2020
+ "1",
2021
+ "#DAAD3A",
2022
+ "2",
2023
+ "#DAAD3A",
2024
+ "3",
2025
+ "#E2C16C",
2026
+ "4",
2027
+ [
2028
+ "case",
2029
+ [
2030
+ "==",
2031
+ [
2032
+ "get",
2033
+ "formOfWay"
2034
+ ],
2035
+ "2"
2036
+ ],
2037
+ "#E5CA85",
2038
+ "hsl(192, 5%, 82%)"
2039
+ ],
2040
+ "5",
2041
+ "hsl(192, 5%, 82%)",
2042
+ "6",
2043
+ "hsl(192, 5%, 82%)",
2044
+ "hsl(0, 0%, 100%)"
2045
+ ],
2046
+ "line-width": [
2047
+ "interpolate",
2048
+ [
2049
+ "exponential",
2050
+ 1.1
2051
+ ],
2052
+ [
2053
+ "zoom"
2054
+ ],
2055
+ 10,
2056
+ [
2057
+ "match",
2058
+ [
2059
+ "get",
2060
+ "functionalRoadClass"
2061
+ ],
2062
+ "0",
2063
+ 3.5,
2064
+ "1",
2065
+ 3.5,
2066
+ "2",
2067
+ 3.5,
2068
+ "3",
2069
+ 2.5,
2070
+ "4",
2071
+ 2.5,
2072
+ "5",
2073
+ 0,
2074
+ "6",
2075
+ 0,
2076
+ 0
2077
+ ],
2078
+ 13,
2079
+ [
2080
+ "match",
2081
+ [
2082
+ "get",
2083
+ "functionalRoadClass"
2084
+ ],
2085
+ "0",
2086
+ 7.5,
2087
+ "1",
2088
+ 6,
2089
+ "2",
2090
+ 6,
2091
+ "3",
2092
+ 6,
2093
+ "4",
2094
+ 6,
2095
+ "5",
2096
+ 4.5,
2097
+ "6",
2098
+ 3.5,
2099
+ 0
2100
+ ],
2101
+ 15,
2102
+ [
2103
+ "match",
2104
+ [
2105
+ "get",
2106
+ "functionalRoadClass"
2107
+ ],
2108
+ "0",
2109
+ 12.5,
2110
+ "1",
2111
+ 12,
2112
+ "2",
2113
+ 11,
2114
+ "3",
2115
+ 9,
2116
+ "4",
2117
+ 9,
2118
+ "5",
2119
+ 8,
2120
+ "6",
2121
+ 5,
2122
+ 0
2123
+ ],
2124
+ 20,
2125
+ [
2126
+ "match",
2127
+ [
2128
+ "get",
2129
+ "functionalRoadClass"
2130
+ ],
2131
+ "0",
2132
+ 27,
2133
+ "1",
2134
+ 27,
2135
+ "2",
2136
+ 25,
2137
+ "3",
2138
+ 23,
2139
+ "4",
2140
+ 23,
2141
+ "5",
2142
+ 22,
2143
+ "6",
2144
+ 20,
2145
+ 0
2146
+ ]
2147
+ ],
2148
+ "line-opacity": 1
2149
+ }
2150
+ },
2151
+ {
2152
+ id: "ndw-nwb-road-sections-fill",
2153
+ type: "line",
2154
+ source: "ndw-nwb-road-sections",
2155
+ "source-layer": "roadSections",
2156
+ metadata: {
2157
+ group: "context-roads",
2158
+ "sub-group": "ndw-nwb-road-sections",
2159
+ type: "context",
2160
+ "legend-name": "Wegvakken vulling",
2161
+ desc: "Wegen toegankelijk voor auto's",
2162
+ "insert-before": "background"
2163
+ },
2164
+ filter: [
2165
+ "all",
2166
+ [
2167
+ "!=",
2168
+ [
2169
+ "get",
2170
+ "carriagewayTypeCode"
2171
+ ],
2172
+ "BUS"
2173
+ ],
2174
+ [
2175
+ "!=",
2176
+ [
2177
+ "get",
2178
+ "functionalRoadClass"
2179
+ ],
2180
+ "7"
2181
+ ]
2182
+ ],
2183
+ layout: {
2184
+ visibility: "visible",
2185
+ "line-cap": "round",
2186
+ "line-join": "round",
2187
+ "line-sort-key": [
2188
+ "-",
2189
+ 8,
2190
+ [
2191
+ "to-number",
2192
+ [
2193
+ "get",
2194
+ "functionalRoadClass"
2195
+ ]
2196
+ ]
2197
+ ]
2198
+ },
2199
+ paint: {
2200
+ "line-color": [
2201
+ "case",
2202
+ [
2203
+ "==",
2204
+ [
2205
+ "slice",
2206
+ [
2207
+ "get",
2208
+ "carriagewayTypeCode"
2209
+ ],
2210
+ 0,
2211
+ 2
2212
+ ],
2213
+ "VZ"
2214
+ ],
2215
+ "#F6EADC",
2216
+ [
2217
+ "match",
2218
+ [
2219
+ "get",
2220
+ "functionalRoadClass"
2221
+ ],
2222
+ "0",
2223
+ "hsl(43, 93%, 88%)",
2224
+ "1",
2225
+ "hsl(43, 93%, 88%)",
2226
+ "2",
2227
+ "hsl(43, 93%, 88%)",
2228
+ "3",
2229
+ "hsl(44, 42%, 94%)",
2230
+ "4",
2231
+ [
2232
+ "case",
2233
+ [
2234
+ "==",
2235
+ [
2236
+ "get",
2237
+ "formOfWay"
2238
+ ],
2239
+ "2"
2240
+ ],
2241
+ "hsl(44, 42%, 94%)",
2242
+ "#ffffff"
2243
+ ],
2244
+ "5",
2245
+ "#ffffff",
2246
+ "6",
2247
+ "#ffffff",
2248
+ "hsl(0, 0%, 100%)"
2249
+ ]
2250
+ ],
2251
+ "line-width": [
2252
+ "interpolate",
2253
+ [
2254
+ "exponential",
2255
+ 1.1
2256
+ ],
2257
+ [
2258
+ "zoom"
2259
+ ],
2260
+ 10,
2261
+ [
2262
+ "match",
2263
+ [
2264
+ "get",
2265
+ "functionalRoadClass"
2266
+ ],
2267
+ "0",
2268
+ 2.5,
2269
+ "1",
2270
+ 2.5,
2271
+ "2",
2272
+ 2.5,
2273
+ "3",
2274
+ 1.5,
2275
+ "4",
2276
+ 1.5,
2277
+ "5",
2278
+ 1,
2279
+ 0
2280
+ ],
2281
+ 13,
2282
+ [
2283
+ "match",
2284
+ [
2285
+ "get",
2286
+ "functionalRoadClass"
2287
+ ],
2288
+ "0",
2289
+ 6,
2290
+ "1",
2291
+ 4,
2292
+ "2",
2293
+ 4,
2294
+ "3",
2295
+ 4.1,
2296
+ "4",
2297
+ 4.1,
2298
+ "5",
2299
+ 2.7,
2300
+ "6",
2301
+ 1.5,
2302
+ 0
2303
+ ],
2304
+ 15,
2305
+ [
2306
+ "match",
2307
+ [
2308
+ "get",
2309
+ "functionalRoadClass"
2310
+ ],
2311
+ "0",
2312
+ 10,
2313
+ "1",
2314
+ 9.5,
2315
+ "2",
2316
+ 8.4,
2317
+ "3",
2318
+ 6.4,
2319
+ "4",
2320
+ 6.4,
2321
+ "5",
2322
+ 5.4,
2323
+ "6",
2324
+ 4,
2325
+ 0
2326
+ ],
2327
+ 20,
2328
+ [
2329
+ "match",
2330
+ [
2331
+ "get",
2332
+ "functionalRoadClass"
2333
+ ],
2334
+ "0",
2335
+ 24,
2336
+ "1",
2337
+ 24,
2338
+ "2",
2339
+ 22,
2340
+ "3",
2341
+ 20,
2342
+ "4",
2343
+ 18,
2344
+ "5",
2345
+ 17,
2346
+ "6",
2347
+ 15,
2348
+ 0
2349
+ ]
2350
+ ],
2351
+ "line-opacity": 1
2352
+ }
2353
+ },
2354
+ {
2355
+ id: "ndw-nwb-road-sections-casing-rel",
2356
+ type: "line",
2357
+ source: "ndw-nwb-road-sections",
2358
+ "source-layer": "roadSections",
2359
+ metadata: {
2360
+ group: "relevant-roads",
2361
+ "sub-group": "ndw-nwb-road-sections",
2362
+ type: "relevant",
2363
+ "legend-name": "Wegvakken omlijning",
2364
+ desc: "Wegen toegankelijk voor auto's",
2365
+ "insert-before": "background"
2366
+ },
2367
+ filter: [
2368
+ "all",
2369
+ [
2370
+ "!=",
2371
+ [
2372
+ "get",
2373
+ "carriagewayTypeCode"
2374
+ ],
2375
+ "BUS"
2376
+ ],
2377
+ [
2378
+ "!=",
2379
+ [
2380
+ "get",
2381
+ "functionalRoadClass"
2382
+ ],
2383
+ "7"
2384
+ ]
2385
+ ],
2386
+ layout: {
2387
+ visibility: "none",
2388
+ "line-cap": "round",
2389
+ "line-join": "round",
2390
+ "line-sort-key": [
2391
+ "-",
2392
+ 8,
2393
+ [
2394
+ "to-number",
2395
+ [
2396
+ "get",
2397
+ "functionalRoadClass"
2398
+ ]
2399
+ ]
2400
+ ]
2401
+ },
2402
+ paint: {
2403
+ "line-color": [
2404
+ "match",
2405
+ [
2406
+ "get",
2407
+ "functionalRoadClass"
2408
+ ],
2409
+ "0",
2410
+ "#dd5208",
2411
+ "1",
2412
+ "#dd5208",
2413
+ "2",
2414
+ "#dd5208",
2415
+ "3",
2416
+ "#DC7019",
2417
+ "4",
2418
+ [
2419
+ "case",
2420
+ [
2421
+ "==",
2422
+ [
2423
+ "get",
2424
+ "formOfWay"
2425
+ ],
2426
+ "2"
2427
+ ],
2428
+ "#DB9E32",
2429
+ "#DB9E32"
2430
+ ],
2431
+ "5",
2432
+ "#E3C474",
2433
+ "6",
2434
+ "hsl(192, 5%, 72%)",
2435
+ "hsl(0, 0%, 100%)"
2436
+ ],
2437
+ "line-width": [
2438
+ "interpolate",
2439
+ [
2440
+ "exponential",
2441
+ 1.1
2442
+ ],
2443
+ [
2444
+ "zoom"
2445
+ ],
2446
+ 10,
2447
+ [
2448
+ "match",
2449
+ [
2450
+ "get",
2451
+ "functionalRoadClass"
2452
+ ],
2453
+ "0",
2454
+ 3.5,
2455
+ "1",
2456
+ 3.5,
2457
+ "2",
2458
+ 3.5,
2459
+ "3",
2460
+ 2.5,
2461
+ "4",
2462
+ 2.5,
2463
+ "5",
2464
+ 0,
2465
+ "6",
2466
+ 0,
2467
+ 0
2468
+ ],
2469
+ 13,
2470
+ [
2471
+ "match",
2472
+ [
2473
+ "get",
2474
+ "functionalRoadClass"
2475
+ ],
2476
+ "0",
2477
+ 7.5,
2478
+ "1",
2479
+ 6,
2480
+ "2",
2481
+ 6,
2482
+ "3",
2483
+ 6,
2484
+ "4",
2485
+ 6,
2486
+ "5",
2487
+ 4.5,
2488
+ "6",
2489
+ 3.5,
2490
+ 0
2491
+ ],
2492
+ 15,
2493
+ [
2494
+ "match",
2495
+ [
2496
+ "get",
2497
+ "functionalRoadClass"
2498
+ ],
2499
+ "0",
2500
+ 12.5,
2501
+ "1",
2502
+ 12,
2503
+ "2",
2504
+ 11,
2505
+ "3",
2506
+ 9,
2507
+ "4",
2508
+ 9,
2509
+ "5",
2510
+ 8,
2511
+ "6",
2512
+ 5,
2513
+ 0
2514
+ ],
2515
+ 20,
2516
+ [
2517
+ "match",
2518
+ [
2519
+ "get",
2520
+ "functionalRoadClass"
2521
+ ],
2522
+ "0",
2523
+ 27,
2524
+ "1",
2525
+ 27,
2526
+ "2",
2527
+ 25,
2528
+ "3",
2529
+ 23,
2530
+ "4",
2531
+ 23,
2532
+ "5",
2533
+ 22,
2534
+ "6",
2535
+ 20,
2536
+ 0
2537
+ ]
2538
+ ],
2539
+ "line-opacity": 1
2540
+ }
2541
+ },
2542
+ {
2543
+ id: "ndw-nwb-road-sections-fill-rel",
2544
+ type: "line",
2545
+ source: "ndw-nwb-road-sections",
2546
+ "source-layer": "roadSections",
2547
+ metadata: {
2548
+ group: "relevant-roads",
2549
+ "sub-group": "ndw-nwb-road-sections",
2550
+ type: "relevant",
2551
+ "legend-name": "Wegvakken vulling",
2552
+ desc: "Wegen toegankelijk voor auto's",
2553
+ "insert-before": "background"
2554
+ },
2555
+ filter: [
2556
+ "all",
2557
+ [
2558
+ "!=",
2559
+ [
2560
+ "get",
2561
+ "carriagewayTypeCode"
2562
+ ],
2563
+ "BUS"
2564
+ ],
2565
+ [
2566
+ "!=",
2567
+ [
2568
+ "get",
2569
+ "functionalRoadClass"
2570
+ ],
2571
+ "7"
2572
+ ]
2573
+ ],
2574
+ layout: {
2575
+ visibility: "none",
2576
+ "line-cap": "round",
2577
+ "line-join": "round",
2578
+ "line-sort-key": [
2579
+ "-",
2580
+ 8,
2581
+ [
2582
+ "to-number",
2583
+ [
2584
+ "get",
2585
+ "functionalRoadClass"
2586
+ ]
2587
+ ]
2588
+ ]
2589
+ },
2590
+ paint: {
2591
+ "line-color": [
2592
+ "case",
2593
+ [
2594
+ "==",
2595
+ [
2596
+ "slice",
2597
+ [
2598
+ "get",
2599
+ "carriagewayTypeCode"
2600
+ ],
2601
+ 0,
2602
+ 2
2603
+ ],
2604
+ "VZ"
2605
+ ],
2606
+ "#F6EADC",
2607
+ [
2608
+ "match",
2609
+ [
2610
+ "get",
2611
+ "functionalRoadClass"
2612
+ ],
2613
+ "0",
2614
+ "#DB9E32",
2615
+ "1",
2616
+ "#DB9E32",
2617
+ "2",
2618
+ "#DB9E32",
2619
+ "3",
2620
+ "#E3C474",
2621
+ "4",
2622
+ [
2623
+ "case",
2624
+ [
2625
+ "==",
2626
+ [
2627
+ "get",
2628
+ "formOfWay"
2629
+ ],
2630
+ "2"
2631
+ ],
2632
+ "#E3C474",
2633
+ "#EDDBAF"
2634
+ ],
2635
+ "5",
2636
+ "#EDDBAF",
2637
+ "6",
2638
+ "#ffffff",
2639
+ "hsl(0, 0%, 100%)"
2640
+ ]
2641
+ ],
2642
+ "line-width": [
2643
+ "interpolate",
2644
+ [
2645
+ "exponential",
2646
+ 1.1
2647
+ ],
2648
+ [
2649
+ "zoom"
2650
+ ],
2651
+ 10,
2652
+ [
2653
+ "match",
2654
+ [
2655
+ "get",
2656
+ "functionalRoadClass"
2657
+ ],
2658
+ "0",
2659
+ 2.5,
2660
+ "1",
2661
+ 2.5,
2662
+ "2",
2663
+ 2.5,
2664
+ "3",
2665
+ 1.5,
2666
+ "4",
2667
+ 1.5,
2668
+ "5",
2669
+ 1,
2670
+ 0
2671
+ ],
2672
+ 13,
2673
+ [
2674
+ "match",
2675
+ [
2676
+ "get",
2677
+ "functionalRoadClass"
2678
+ ],
2679
+ "0",
2680
+ 6,
2681
+ "1",
2682
+ 4,
2683
+ "2",
2684
+ 4,
2685
+ "3",
2686
+ 4.1,
2687
+ "4",
2688
+ 4.1,
2689
+ "5",
2690
+ 2.7,
2691
+ "6",
2692
+ 1.5,
2693
+ 0
2694
+ ],
2695
+ 15,
2696
+ [
2697
+ "match",
2698
+ [
2699
+ "get",
2700
+ "functionalRoadClass"
2701
+ ],
2702
+ "0",
2703
+ 10,
2704
+ "1",
2705
+ 9.5,
2706
+ "2",
2707
+ 8.4,
2708
+ "3",
2709
+ 6.4,
2710
+ "4",
2711
+ 6.4,
2712
+ "5",
2713
+ 5.4,
2714
+ "6",
2715
+ 4,
2716
+ 0
2717
+ ],
2718
+ 20,
2719
+ [
2720
+ "match",
2721
+ [
2722
+ "get",
2723
+ "functionalRoadClass"
2724
+ ],
2725
+ "0",
2726
+ 24,
2727
+ "1",
2728
+ 24,
2729
+ "2",
2730
+ 22,
2731
+ "3",
2732
+ 20,
2733
+ "4",
2734
+ 18,
2735
+ "5",
2736
+ 17,
2737
+ "6",
2738
+ 15,
2739
+ 0
2740
+ ]
2741
+ ],
2742
+ "line-opacity": 1
2743
+ }
2744
+ },
2745
+ {
2746
+ id: "ndw-nwb-road-sections-bus-rel",
2747
+ type: "line",
2748
+ source: "ndw-nwb-road-sections",
2749
+ "source-layer": "roadSections",
2750
+ metadata: {
2751
+ group: "relevant-roads",
2752
+ "sub-group": "ndw-nwb-road-sections",
2753
+ type: "relevant",
2754
+ "legend-name": "Bus baan",
2755
+ desc: "Busbanen niet toegankelijk voor auto's",
2756
+ "insert-before": "background"
2757
+ },
2758
+ filter: [
2759
+ "all",
2760
+ [
2761
+ "==",
2762
+ [
2763
+ "get",
2764
+ "carriagewayTypeCode"
2765
+ ],
2766
+ "BUS"
2767
+ ],
2768
+ [
2769
+ "!=",
2770
+ [
2771
+ "get",
2772
+ "functionalRoadClass"
2773
+ ],
2774
+ "7"
2775
+ ]
2776
+ ],
2777
+ layout: {
2778
+ visibility: "none",
2779
+ "line-cap": "butt",
2780
+ "line-join": "round",
2781
+ "line-sort-key": [
2782
+ "-",
2783
+ 8,
2784
+ [
2785
+ "to-number",
2786
+ [
2787
+ "get",
2788
+ "functionalRoadClass"
2789
+ ]
2790
+ ]
2791
+ ]
2792
+ },
2793
+ paint: {
2794
+ "line-dasharray": [
2795
+ 1,
2796
+ 0.3
2797
+ ],
2798
+ "line-color": [
2799
+ "match",
2800
+ [
2801
+ "get",
2802
+ "functionalRoadClass"
2803
+ ],
2804
+ "0",
2805
+ "#DB9E32",
2806
+ "1",
2807
+ "#DB9E32",
2808
+ "2",
2809
+ "#DB9E32",
2810
+ "3",
2811
+ "#E3C474",
2812
+ "4",
2813
+ [
2814
+ "case",
2815
+ [
2816
+ "==",
2817
+ [
2818
+ "get",
2819
+ "formOfWay"
2820
+ ],
2821
+ "2"
2822
+ ],
2823
+ "#E3C474",
2824
+ "#EDDBAF"
2825
+ ],
2826
+ "5",
2827
+ "#EDDBAF",
2828
+ "6",
2829
+ "#ffffff",
2830
+ "hsl(0, 0%, 100%)"
2831
+ ],
2832
+ "line-width": [
2833
+ "interpolate",
2834
+ [
2835
+ "exponential",
2836
+ 1.1
2837
+ ],
2838
+ [
2839
+ "zoom"
2840
+ ],
2841
+ 10,
2842
+ [
2843
+ "match",
2844
+ [
2845
+ "get",
2846
+ "functionalRoadClass"
2847
+ ],
2848
+ "0",
2849
+ 2.5,
2850
+ "1",
2851
+ 2.5,
2852
+ "2",
2853
+ 2.5,
2854
+ "3",
2855
+ 1.5,
2856
+ "4",
2857
+ 1.5,
2858
+ "5",
2859
+ 1,
2860
+ 0
2861
+ ],
2862
+ 13,
2863
+ [
2864
+ "match",
2865
+ [
2866
+ "get",
2867
+ "functionalRoadClass"
2868
+ ],
2869
+ "0",
2870
+ 7,
2871
+ "1",
2872
+ 7,
2873
+ "2",
2874
+ 5.7,
2875
+ "3",
2876
+ 4.1,
2877
+ "4",
2878
+ 4.1,
2879
+ "5",
2880
+ 2.7,
2881
+ "6",
2882
+ 1.5,
2883
+ 0
2884
+ ],
2885
+ 15,
2886
+ [
2887
+ "match",
2888
+ [
2889
+ "get",
2890
+ "functionalRoadClass"
2891
+ ],
2892
+ "0",
2893
+ 10.4,
2894
+ "1",
2895
+ 10.4,
2896
+ "2",
2897
+ 8.4,
2898
+ "3",
2899
+ 6.4,
2900
+ "4",
2901
+ 6.4,
2902
+ "5",
2903
+ 5.4,
2904
+ "6",
2905
+ 4.4,
2906
+ "7",
2907
+ 1.5,
2908
+ 2
2909
+ ],
2910
+ 20,
2911
+ [
2912
+ "match",
2913
+ [
2914
+ "get",
2915
+ "functionalRoadClass"
2916
+ ],
2917
+ "0",
2918
+ 24,
2919
+ "1",
2920
+ 24,
2921
+ "2",
2922
+ 22,
2923
+ "3",
2924
+ 20,
2925
+ "4",
2926
+ 18,
2927
+ "5",
2928
+ 17,
2929
+ "6",
2930
+ 15,
2931
+ "7",
2932
+ 0,
2933
+ 4
2934
+ ]
2935
+ ],
2936
+ "line-opacity": [
2937
+ "match",
2938
+ [
2939
+ "get",
2940
+ "functionalRoadClass"
2941
+ ],
2942
+ "0",
2943
+ 1,
2944
+ "1",
2945
+ 1,
2946
+ "2",
2947
+ 1,
2948
+ "3",
2949
+ 1,
2950
+ "4",
2951
+ 1,
2952
+ "5",
2953
+ 1,
2954
+ "6",
2955
+ 1,
2956
+ "7",
2957
+ 0,
2958
+ 0
2959
+ ]
2960
+ }
2961
+ },
2962
+ {
2963
+ id: "ndw-nwb-road-sections-single-rel",
2964
+ type: "line",
2965
+ source: "ndw-nwb-road-sections",
2966
+ "source-layer": "roadSections",
2967
+ metadata: {
2968
+ group: "relevant-roads",
2969
+ "sub-group": "ndw-nwb-road-sections",
2970
+ type: "relevant",
2971
+ "legend-name": "Enkele lijnen, fietspad, voetbad, veerroutes",
2972
+ desc: "Functional road class 7, niet toegankelijk voor auto's",
2973
+ "insert-before": "background"
2974
+ },
2975
+ filter: [
2976
+ "==",
2977
+ [
2978
+ "get",
2979
+ "functionalRoadClass"
2980
+ ],
2981
+ "7"
2982
+ ],
2983
+ layout: {
2984
+ visibility: "none",
2985
+ "line-cap": "round",
2986
+ "line-join": "round"
2987
+ },
2988
+ paint: {
2989
+ "line-color": [
2990
+ "case",
2991
+ [
2992
+ "==",
2993
+ [
2994
+ "get",
2995
+ "carriagewayTypeCode"
2996
+ ],
2997
+ "FP"
2998
+ ],
2999
+ "hsl(19,80%, 80%)",
3000
+ [
3001
+ "==",
3002
+ [
3003
+ "slice",
3004
+ [
3005
+ "get",
3006
+ "carriagewayTypeCode"
3007
+ ],
3008
+ 0,
3009
+ 2
3010
+ ],
3011
+ "VD"
3012
+ ],
3013
+ "hsl(192, 5%, 72%)",
3014
+ [
3015
+ "==",
3016
+ [
3017
+ "slice",
3018
+ [
3019
+ "get",
3020
+ "carriagewayTypeCode"
3021
+ ],
3022
+ 0,
3023
+ 2
3024
+ ],
3025
+ "VP"
3026
+ ],
3027
+ "#f3e4d3",
3028
+ "#ffffff"
3029
+ ],
3030
+ "line-width": [
3031
+ "interpolate",
3032
+ [
3033
+ "exponential",
3034
+ 1.1
3035
+ ],
3036
+ [
3037
+ "zoom"
3038
+ ],
3039
+ 10,
3040
+ 0,
3041
+ 13,
3042
+ 0.5,
3043
+ 15,
3044
+ 3.5,
3045
+ 20,
3046
+ 10
3047
+ ],
3048
+ "line-opacity": 1
3049
+ }
3050
+ },
3051
+ {
3052
+ id: "fcd-segments-casing",
3053
+ type: "line",
3054
+ source: "ndw-fcd-segments",
3055
+ "source-layer": "segments",
3056
+ metadata: {
3057
+ group: "context-roads",
3058
+ "sub-group": "fcd-segments",
3059
+ type: "context",
3060
+ "legend-name": "Segmenten omlijning",
3061
+ desc: ""
3062
+ },
3063
+ layout: {
3064
+ visibility: "none",
3065
+ "line-cap": "round",
3066
+ "line-join": "round",
3067
+ "line-sort-key": [
3068
+ "-",
3069
+ 8,
3070
+ [
3071
+ "get",
3072
+ "roadClass"
3073
+ ]
3074
+ ]
3075
+ },
3076
+ paint: {
3077
+ "line-color": [
3078
+ "match",
3079
+ [
3080
+ "get",
3081
+ "roadClass"
3082
+ ],
3083
+ 0,
3084
+ "#DAAD3A",
3085
+ 1,
3086
+ "#DAAD3A",
3087
+ 2,
3088
+ "#DAAD3A",
3089
+ 3,
3090
+ "#E2C16C",
3091
+ 4,
3092
+ "hsl(192, 5%, 82%)",
3093
+ 5,
3094
+ "hsl(192, 5%, 82%)",
3095
+ 6,
3096
+ "hsl(192, 5%, 82%)",
3097
+ "hsl(0, 0%, 100%)"
3098
+ ],
3099
+ "line-width": [
3100
+ "interpolate",
3101
+ [
3102
+ "exponential",
3103
+ 1.1
3104
+ ],
3105
+ [
3106
+ "zoom"
3107
+ ],
3108
+ 10,
3109
+ [
3110
+ "match",
3111
+ [
3112
+ "get",
3113
+ "roadClass"
3114
+ ],
3115
+ 0,
3116
+ 3.5,
3117
+ 1,
3118
+ 3.5,
3119
+ 2,
3120
+ 3.5,
3121
+ 3,
3122
+ 2.5,
3123
+ 4,
3124
+ 2.5,
3125
+ 5,
3126
+ 0.6,
3127
+ 6,
3128
+ 0,
3129
+ 7,
3130
+ 0,
3131
+ 0
3132
+ ],
3133
+ 13,
3134
+ [
3135
+ "match",
3136
+ [
3137
+ "get",
3138
+ "roadClass"
3139
+ ],
3140
+ 0,
3141
+ 8.5,
3142
+ 1,
3143
+ 8.5,
3144
+ 2,
3145
+ 7.5,
3146
+ 3,
3147
+ 6,
3148
+ 4,
3149
+ 6,
3150
+ 5,
3151
+ 4.5,
3152
+ 6,
3153
+ 3.5,
3154
+ 7,
3155
+ 1.5,
3156
+ 1.5
3157
+ ],
3158
+ 15,
3159
+ [
3160
+ "match",
3161
+ [
3162
+ "get",
3163
+ "roadClass"
3164
+ ],
3165
+ 0,
3166
+ 13,
3167
+ 1,
3168
+ 13,
3169
+ 2,
3170
+ 11,
3171
+ 3,
3172
+ 9,
3173
+ 4,
3174
+ 9,
3175
+ 5,
3176
+ 8,
3177
+ 6,
3178
+ 5,
3179
+ 7,
3180
+ 4,
3181
+ 2
3182
+ ],
3183
+ 20,
3184
+ [
3185
+ "match",
3186
+ [
3187
+ "get",
3188
+ "roadClass"
3189
+ ],
3190
+ 0,
3191
+ 27,
3192
+ 1,
3193
+ 27,
3194
+ 2,
3195
+ 25,
3196
+ 3,
3197
+ 23,
3198
+ 4,
3199
+ 23,
3200
+ 5,
3201
+ 22,
3202
+ 6,
3203
+ 20,
3204
+ 7,
3205
+ 12,
3206
+ 10
3207
+ ]
3208
+ ],
3209
+ "line-opacity": [
3210
+ "match",
3211
+ [
3212
+ "get",
3213
+ "roadClass"
3214
+ ],
3215
+ 0,
3216
+ 1,
3217
+ 1,
3218
+ 1,
3219
+ 2,
3220
+ 1,
3221
+ 3,
3222
+ 1,
3223
+ 4,
3224
+ 1,
3225
+ 5,
3226
+ 1,
3227
+ 6,
3228
+ 1,
3229
+ 7,
3230
+ 1,
3231
+ 0
3232
+ ]
3233
+ }
3234
+ },
3235
+ {
3236
+ id: "fcd-segments-fill",
3237
+ type: "line",
3238
+ source: "ndw-fcd-segments",
3239
+ "source-layer": "segments",
3240
+ metadata: {
3241
+ group: "context-roads",
3242
+ "sub-group": "fcd-segments",
3243
+ type: "context",
3244
+ "legend-name": "Segmenten vulling",
3245
+ desc: ""
3246
+ },
3247
+ layout: {
3248
+ visibility: "none",
3249
+ "line-cap": "round",
3250
+ "line-join": "round",
3251
+ "line-sort-key": [
3252
+ "-",
3253
+ 8,
3254
+ [
3255
+ "get",
3256
+ "roadClass"
3257
+ ]
3258
+ ]
3259
+ },
3260
+ paint: {
3261
+ "line-color": [
3262
+ "match",
3263
+ [
3264
+ "get",
3265
+ "roadClass"
3266
+ ],
3267
+ 0,
3268
+ "hsl(43, 93%, 88%)",
3269
+ 1,
3270
+ "hsl(43, 93%, 88%)",
3271
+ 2,
3272
+ "hsl(43, 93%, 88%)",
3273
+ 3,
3274
+ "hsl(44, 42%, 94%)",
3275
+ 4,
3276
+ "hsl(44, 42%, 94%)",
3277
+ 5,
3278
+ "#ffffff",
3279
+ 6,
3280
+ "#ffffff",
3281
+ "hsl(0, 0%, 100%)"
3282
+ ],
3283
+ "line-width": [
3284
+ "interpolate",
3285
+ [
3286
+ "exponential",
3287
+ 1.1
3288
+ ],
3289
+ [
3290
+ "zoom"
3291
+ ],
3292
+ 10,
3293
+ [
3294
+ "match",
3295
+ [
3296
+ "get",
3297
+ "roadClass"
3298
+ ],
3299
+ 0,
3300
+ 2.5,
3301
+ 1,
3302
+ 2.5,
3303
+ 2,
3304
+ 2.5,
3305
+ 3,
3306
+ 1.5,
3307
+ 4,
3308
+ 1.5,
3309
+ 5,
3310
+ 1,
3311
+ 0
3312
+ ],
3313
+ 13,
3314
+ [
3315
+ "match",
3316
+ [
3317
+ "get",
3318
+ "roadClass"
3319
+ ],
3320
+ 0,
3321
+ 7,
3322
+ 1,
3323
+ 7,
3324
+ 2,
3325
+ 5.7,
3326
+ 3,
3327
+ 4.1,
3328
+ 4,
3329
+ 4.1,
3330
+ 5,
3331
+ 2.7,
3332
+ 6,
3333
+ 1.5,
3334
+ 0
3335
+ ],
3336
+ 15,
3337
+ [
3338
+ "match",
3339
+ [
3340
+ "get",
3341
+ "roadClass"
3342
+ ],
3343
+ 0,
3344
+ 10.4,
3345
+ 1,
3346
+ 10.4,
3347
+ 2,
3348
+ 8.4,
3349
+ 3,
3350
+ 6.4,
3351
+ 4,
3352
+ 6.4,
3353
+ 5,
3354
+ 5.4,
3355
+ 6,
3356
+ 4.4,
3357
+ 7,
3358
+ 1.5,
3359
+ 2
3360
+ ],
3361
+ 20,
3362
+ [
3363
+ "match",
3364
+ [
3365
+ "get",
3366
+ "roadClass"
3367
+ ],
3368
+ 0,
3369
+ 24,
3370
+ 1,
3371
+ 24,
3372
+ 2,
3373
+ 22,
3374
+ 3,
3375
+ 20,
3376
+ 4,
3377
+ 18,
3378
+ 5,
3379
+ 17,
3380
+ 6,
3381
+ 15,
3382
+ 7,
3383
+ 0,
3384
+ 4
3385
+ ]
3386
+ ],
3387
+ "line-opacity": [
3388
+ "match",
3389
+ [
3390
+ "get",
3391
+ "roadClass"
3392
+ ],
3393
+ 0,
3394
+ 1,
3395
+ 1,
3396
+ 1,
3397
+ 2,
3398
+ 1,
3399
+ 3,
3400
+ 1,
3401
+ 4,
3402
+ 1,
3403
+ 5,
3404
+ 1,
3405
+ 6,
3406
+ 1,
3407
+ 7,
3408
+ 0,
3409
+ 0
3410
+ ]
3411
+ }
3412
+ },
3413
+ {
3414
+ id: "fcd-segments-casing-rel",
3415
+ type: "line",
3416
+ source: "ndw-fcd-segments",
3417
+ "source-layer": "segments",
3418
+ metadata: {
3419
+ group: "relevant-roads",
3420
+ "sub-group": "fcd-segments",
3421
+ type: "relevant",
3422
+ "legend-name": "Segmenten omlijning",
3423
+ desc: ""
3424
+ },
3425
+ layout: {
3426
+ visibility: "none",
3427
+ "line-cap": "round",
3428
+ "line-join": "round",
3429
+ "line-sort-key": [
3430
+ "-",
3431
+ 8,
3432
+ [
3433
+ "get",
3434
+ "roadClass"
3435
+ ]
3436
+ ]
3437
+ },
3438
+ paint: {
3439
+ "line-color": [
3440
+ "match",
3441
+ [
3442
+ "get",
3443
+ "roadClass"
3444
+ ],
3445
+ 0,
3446
+ "#dd5208",
3447
+ 1,
3448
+ "#dd5208",
3449
+ 2,
3450
+ "#dd5208",
3451
+ 3,
3452
+ "#DC7019",
3453
+ 4,
3454
+ [
3455
+ "case",
3456
+ [
3457
+ "==",
3458
+ [
3459
+ "get",
3460
+ "formOfWay"
3461
+ ],
3462
+ 2
3463
+ ],
3464
+ "#DB9E32",
3465
+ "#DB9E32"
3466
+ ],
3467
+ 5,
3468
+ "#E3C474",
3469
+ 6,
3470
+ "hsl(192, 5%, 72%)",
3471
+ 7,
3472
+ [
3473
+ "case",
3474
+ [
3475
+ "==",
3476
+ [
3477
+ "get",
3478
+ "carriagewayTypeCode"
3479
+ ],
3480
+ "FP"
3481
+ ],
3482
+ "hsl(19,80%, 80%)",
3483
+ [
3484
+ "==",
3485
+ [
3486
+ "slice",
3487
+ [
3488
+ "get",
3489
+ "carriagewayTypeCode"
3490
+ ],
3491
+ 0,
3492
+ 2
3493
+ ],
3494
+ "VD"
3495
+ ],
3496
+ "hsl(192, 5%, 72%)",
3497
+ "hsl(0, 0%, 100%)"
3498
+ ],
3499
+ "hsl(0, 0%, 100%)"
3500
+ ],
3501
+ "line-width": [
3502
+ "interpolate",
3503
+ [
3504
+ "exponential",
3505
+ 1.1
3506
+ ],
3507
+ [
3508
+ "zoom"
3509
+ ],
3510
+ 10,
3511
+ [
3512
+ "match",
3513
+ [
3514
+ "get",
3515
+ "roadClass"
3516
+ ],
3517
+ 0,
3518
+ 3.5,
3519
+ 1,
3520
+ 3.5,
3521
+ 2,
3522
+ 3.5,
3523
+ 3,
3524
+ 2.5,
3525
+ 4,
3526
+ 2.5,
3527
+ 5,
3528
+ 0.6,
3529
+ 6,
3530
+ 0,
3531
+ 7,
3532
+ 0,
3533
+ 0
3534
+ ],
3535
+ 13,
3536
+ [
3537
+ "match",
3538
+ [
3539
+ "get",
3540
+ "roadClass"
3541
+ ],
3542
+ 0,
3543
+ 8.5,
3544
+ 1,
3545
+ 8.5,
3546
+ 2,
3547
+ 7.5,
3548
+ 3,
3549
+ 6,
3550
+ 4,
3551
+ 6,
3552
+ 5,
3553
+ 4.5,
3554
+ 6,
3555
+ 3.5,
3556
+ 7,
3557
+ 1.5,
3558
+ 1.5
3559
+ ],
3560
+ 15,
3561
+ [
3562
+ "match",
3563
+ [
3564
+ "get",
3565
+ "roadClass"
3566
+ ],
3567
+ 0,
3568
+ 13,
3569
+ 1,
3570
+ 13,
3571
+ 2,
3572
+ 11,
3573
+ 3,
3574
+ 9,
3575
+ 4,
3576
+ 9,
3577
+ 5,
3578
+ 8,
3579
+ 6,
3580
+ 4,
3581
+ 7,
3582
+ 3,
3583
+ 2
3584
+ ],
3585
+ 20,
3586
+ [
3587
+ "match",
3588
+ [
3589
+ "get",
3590
+ "roadClass"
3591
+ ],
3592
+ 0,
3593
+ 27,
3594
+ 1,
3595
+ 27,
3596
+ 2,
3597
+ 25,
3598
+ 3,
3599
+ 23,
3600
+ 4,
3601
+ 23,
3602
+ 5,
3603
+ 20,
3604
+ 6,
3605
+ 18,
3606
+ 7,
3607
+ 10,
3608
+ 10
3609
+ ]
3610
+ ],
3611
+ "line-opacity": [
3612
+ "match",
3613
+ [
3614
+ "get",
3615
+ "roadClass"
3616
+ ],
3617
+ 0,
3618
+ 1,
3619
+ 1,
3620
+ 1,
3621
+ 2,
3622
+ 1,
3623
+ 3,
3624
+ 1,
3625
+ 4,
3626
+ 1,
3627
+ 5,
3628
+ 1,
3629
+ 6,
3630
+ 1,
3631
+ 7,
3632
+ 1,
3633
+ 0
3634
+ ]
3635
+ }
3636
+ },
3637
+ {
3638
+ id: "fcd-segments-fill-rel",
3639
+ type: "line",
3640
+ source: "ndw-fcd-segments",
3641
+ "source-layer": "segments",
3642
+ metadata: {
3643
+ group: "relevant-roads",
3644
+ "sub-group": "fcd-segments",
3645
+ type: "relevant",
3646
+ "legend-name": "Segmenten vulling",
3647
+ desc: ""
3648
+ },
3649
+ layout: {
3650
+ visibility: "none",
3651
+ "line-cap": "round",
3652
+ "line-join": "round",
3653
+ "line-sort-key": [
3654
+ "-",
3655
+ 8,
3656
+ [
3657
+ "get",
3658
+ "roadClass"
3659
+ ]
3660
+ ]
3661
+ },
3662
+ paint: {
3663
+ "line-color": [
3664
+ "match",
3665
+ [
3666
+ "get",
3667
+ "roadClass"
3668
+ ],
3669
+ 0,
3670
+ "#DB9E32",
3671
+ 1,
3672
+ "#DB9E32",
3673
+ 2,
3674
+ "#DB9E32",
3675
+ 3,
3676
+ "#E3C474",
3677
+ 4,
3678
+ [
3679
+ "case",
3680
+ [
3681
+ "==",
3682
+ [
3683
+ "get",
3684
+ "formOfWay"
3685
+ ],
3686
+ 2
3687
+ ],
3688
+ "#E3C474",
3689
+ "#EDDBAF"
3690
+ ],
3691
+ 5,
3692
+ "#EDDBAF",
3693
+ 6,
3694
+ "#ffffff",
3695
+ "hsl(0, 0%, 100%)"
3696
+ ],
3697
+ "line-width": [
3698
+ "interpolate",
3699
+ [
3700
+ "exponential",
3701
+ 1.1
3702
+ ],
3703
+ [
3704
+ "zoom"
3705
+ ],
3706
+ 10,
3707
+ [
3708
+ "match",
3709
+ [
3710
+ "get",
3711
+ "roadClass"
3712
+ ],
3713
+ 0,
3714
+ 2.5,
3715
+ 1,
3716
+ 2.5,
3717
+ 2,
3718
+ 2.5,
3719
+ 3,
3720
+ 1.5,
3721
+ 4,
3722
+ 1.5,
3723
+ 5,
3724
+ 1,
3725
+ 0
3726
+ ],
3727
+ 13,
3728
+ [
3729
+ "match",
3730
+ [
3731
+ "get",
3732
+ "roadClass"
3733
+ ],
3734
+ 0,
3735
+ 7,
3736
+ 1,
3737
+ 7,
3738
+ 2,
3739
+ 5.7,
3740
+ 3,
3741
+ 4.1,
3742
+ 4,
3743
+ 4.1,
3744
+ 5,
3745
+ 2.7,
3746
+ 6,
3747
+ 1.5,
3748
+ 0
3749
+ ],
3750
+ 15,
3751
+ [
3752
+ "match",
3753
+ [
3754
+ "get",
3755
+ "roadClass"
3756
+ ],
3757
+ 0,
3758
+ 10.4,
3759
+ 1,
3760
+ 10.4,
3761
+ 2,
3762
+ 8.4,
3763
+ 3,
3764
+ 6.4,
3765
+ 4,
3766
+ 6.4,
3767
+ 5,
3768
+ 5.4,
3769
+ 6,
3770
+ 3.4,
3771
+ 7,
3772
+ 1.5,
3773
+ 2
3774
+ ],
3775
+ 20,
3776
+ [
3777
+ "match",
3778
+ [
3779
+ "get",
3780
+ "roadClass"
3781
+ ],
3782
+ 0,
3783
+ 24,
3784
+ 1,
3785
+ 24,
3786
+ 2,
3787
+ 22,
3788
+ 3,
3789
+ 20,
3790
+ 4,
3791
+ 18,
3792
+ 5,
3793
+ 16,
3794
+ 6,
3795
+ 14,
3796
+ 7,
3797
+ 0,
3798
+ 4
3799
+ ]
3800
+ ],
3801
+ "line-opacity": [
3802
+ "match",
3803
+ [
3804
+ "get",
3805
+ "roadClass"
3806
+ ],
3807
+ 0,
3808
+ 1,
3809
+ 1,
3810
+ 1,
3811
+ 2,
3812
+ 1,
3813
+ 3,
3814
+ 1,
3815
+ 4,
3816
+ 1,
3817
+ 5,
3818
+ 1,
3819
+ 6,
3820
+ 1,
3821
+ 7,
3822
+ 0,
3823
+ 0
3824
+ ]
3825
+ }
3826
+ },
3827
+ {
3828
+ id: "wkd-parking-areas",
3829
+ type: "line",
3830
+ source: "ndw-wkd-parking-areas",
3831
+ "source-layer": "segments",
3832
+ metadata: {
3833
+ group: "context-roads",
3834
+ "sub-group": "wkd-parking-areas",
3835
+ type: "context",
3836
+ "legend-name": "Parking areas",
3837
+ desc: "Parkeer vlakken naast de weg",
3838
+ "insert-before": "background"
3839
+ },
3840
+ filter: [
3841
+ ">",
3842
+ "surface",
3843
+ 0
3844
+ ],
3845
+ minzoom: 12.5,
3846
+ layout: {
3847
+ visibility: "none",
3848
+ "line-cap": "butt",
3849
+ "line-join": "round"
3850
+ },
3851
+ paint: {
3852
+ "line-offset": [
3853
+ "interpolate",
3854
+ [
3855
+ "linear"
3856
+ ],
3857
+ [
3858
+ "zoom"
3859
+ ],
3860
+ 12,
3861
+ [
3862
+ "*",
3863
+ [
3864
+ "-",
3865
+ 8,
3866
+ [
3867
+ "to-number",
3868
+ [
3869
+ "get",
3870
+ "functionalRoadClass"
3871
+ ]
3872
+ ]
3873
+ ],
3874
+ [
3875
+ "case",
3876
+ [
3877
+ "==",
3878
+ [
3879
+ "get",
3880
+ "sideOfRoad"
3881
+ ],
3882
+ "left"
3883
+ ],
3884
+ -0.6,
3885
+ 0.6
3886
+ ]
3887
+ ],
3888
+ 20,
3889
+ [
3890
+ "*",
3891
+ [
3892
+ "-",
3893
+ 8,
3894
+ [
3895
+ "to-number",
3896
+ [
3897
+ "get",
3898
+ "functionalRoadClass"
3899
+ ]
3900
+ ]
3901
+ ],
3902
+ [
3903
+ "case",
3904
+ [
3905
+ "==",
3906
+ [
3907
+ "get",
3908
+ "sideOfRoad"
3909
+ ],
3910
+ "left"
3911
+ ],
3912
+ -5.5,
3913
+ 5.5
3914
+ ]
3915
+ ]
3916
+ ],
3917
+ "line-color": "hsl(192, 5%, 82%)",
3918
+ "line-opacity": 1,
3919
+ "line-width": [
3920
+ "interpolate",
3921
+ [
3922
+ "linear"
3923
+ ],
3924
+ [
3925
+ "zoom"
3926
+ ],
3927
+ 12,
3928
+ 1.5,
3929
+ 20,
3930
+ 7.5
3931
+ ]
3932
+ }
3933
+ },
3934
+ {
3935
+ id: "wkd-parking-areas-rel",
3936
+ type: "line",
3937
+ source: "ndw-wkd-parking-areas",
3938
+ "source-layer": "segments",
3939
+ metadata: {
3940
+ group: "relevant-roads",
3941
+ "sub-group": "wkd-parking-areas",
3942
+ type: "relevant",
3943
+ "legend-name": "Parking areas",
3944
+ desc: "",
3945
+ "insert-before": "background"
3946
+ },
3947
+ filter: [
3948
+ ">",
3949
+ "surface",
3950
+ 0
3951
+ ],
3952
+ minzoom: 12.5,
3953
+ layout: {
3954
+ visibility: "none",
3955
+ "line-cap": "butt",
3956
+ "line-join": "round"
3957
+ },
3958
+ paint: {
3959
+ "line-offset": [
3960
+ "interpolate",
3961
+ [
3962
+ "linear"
3963
+ ],
3964
+ [
3965
+ "zoom"
3966
+ ],
3967
+ 12,
3968
+ [
3969
+ "*",
3970
+ [
3971
+ "-",
3972
+ 8,
3973
+ [
3974
+ "to-number",
3975
+ [
3976
+ "get",
3977
+ "functionalRoadClass"
3978
+ ]
3979
+ ]
3980
+ ],
3981
+ [
3982
+ "case",
3983
+ [
3984
+ "==",
3985
+ [
3986
+ "get",
3987
+ "sideOfRoad"
3988
+ ],
3989
+ "left"
3990
+ ],
3991
+ -0.6,
3992
+ 0.6
3993
+ ]
3994
+ ],
3995
+ 20,
3996
+ [
3997
+ "*",
3998
+ [
3999
+ "-",
4000
+ 8,
4001
+ [
4002
+ "to-number",
4003
+ [
4004
+ "get",
4005
+ "functionalRoadClass"
4006
+ ]
4007
+ ]
4008
+ ],
4009
+ [
4010
+ "case",
4011
+ [
4012
+ "==",
4013
+ [
4014
+ "get",
4015
+ "sideOfRoad"
4016
+ ],
4017
+ "left"
4018
+ ],
4019
+ -4.2,
4020
+ 4.2
4021
+ ]
4022
+ ]
4023
+ ],
4024
+ "line-color": "#adbfe3",
4025
+ "line-opacity": 1,
4026
+ "line-width": [
4027
+ "interpolate",
4028
+ [
4029
+ "linear"
4030
+ ],
4031
+ [
4032
+ "zoom"
4033
+ ],
4034
+ 12,
4035
+ 1,
4036
+ 20,
4037
+ 5.5
4038
+ ]
4039
+ }
4040
+ },
4041
+ {
4042
+ id: "brt-railway-center-line",
4043
+ type: "line",
4044
+ source: "pdok-brt",
4045
+ "source-layer": "spoorbaandeellijn",
4046
+ minzoom: 9,
4047
+ metadata: {
4048
+ group: "context-map",
4049
+ "sub-group": "railway",
4050
+ type: "context",
4051
+ "legend-name": "Spoorlijnen",
4052
+ desc: "trein, metro, tram. beschikbaar van z9. Over de wegen heen.",
4053
+ "insert-before": "lines-overlay"
4054
+ },
4055
+ layout: {
4056
+ visibility: "visible",
4057
+ "line-cap": "round",
4058
+ "line-join": "round"
4059
+ },
4060
+ paint: {
4061
+ "line-color": [
4062
+ "match",
4063
+ [
4064
+ "get",
4065
+ "vistext"
4066
+ ],
4067
+ "treinspoor",
4068
+ "#a3a7aa",
4069
+ "spoor in tunnel",
4070
+ "#a3a7aa",
4071
+ "metro / sneltram",
4072
+ "#cbcdd9",
4073
+ "metro / sneltram in tunnel",
4074
+ "#cbcdd9",
4075
+ "tram",
4076
+ "#a3a7aa",
4077
+ "tram in tunnel",
4078
+ "#a3a7aa",
4079
+ "overig",
4080
+ "#a3a7aa",
4081
+ "spoor onder ander object",
4082
+ "#a3a7aa",
4083
+ "transparent"
4084
+ ],
4085
+ "line-width": [
4086
+ "interpolate",
4087
+ [
4088
+ "linear"
4089
+ ],
4090
+ [
4091
+ "zoom"
4092
+ ],
4093
+ 12,
4094
+ [
4095
+ "match",
4096
+ [
4097
+ "get",
4098
+ "vistext"
4099
+ ],
4100
+ "treinspoor",
4101
+ 0.8,
4102
+ "spoor in tunnel",
4103
+ 0.5,
4104
+ "metro / sneltram",
4105
+ 0.1,
4106
+ "metro / sneltram in tunnel",
4107
+ 0.1,
4108
+ "tram",
4109
+ 0.1,
4110
+ "tram in tunnel",
4111
+ 0.1,
4112
+ "overig",
4113
+ 0.1,
4114
+ "spoor onder ander object",
4115
+ 1,
4116
+ 10
4117
+ ],
4118
+ 16,
4119
+ [
4120
+ "match",
4121
+ [
4122
+ "get",
4123
+ "vistext"
4124
+ ],
4125
+ "treinspoor",
4126
+ 1.5,
4127
+ "spoor in tunnel",
4128
+ 1.5,
4129
+ "metro / sneltram",
4130
+ 3,
4131
+ "metro / sneltram in tunnel",
4132
+ 3,
4133
+ "tram",
4134
+ 1,
4135
+ "tram in tunnel",
4136
+ 1,
4137
+ "overig",
4138
+ 0.5,
4139
+ "spoor onder ander object",
4140
+ 1.5,
4141
+ 10
4142
+ ]
4143
+ ],
4144
+ "line-opacity": [
4145
+ "match",
4146
+ [
4147
+ "get",
4148
+ "vistext"
4149
+ ],
4150
+ "spoor onder ander object",
4151
+ 0.5,
4152
+ "spoor in tunnel",
4153
+ 0.5,
4154
+ "metro / sneltram in tunnel",
4155
+ 0.5,
4156
+ "tram in tunnel",
4157
+ 0.5,
4158
+ 1
4159
+ ]
4160
+ }
4161
+ },
4162
+ {
4163
+ id: "brt-railway-center-dash",
4164
+ type: "line",
4165
+ source: "pdok-brt",
4166
+ "source-layer": "spoorbaandeellijn",
4167
+ minzoom: 14,
4168
+ metadata: {
4169
+ group: "context-map",
4170
+ "sub-group": "railway",
4171
+ type: "context",
4172
+ "legend-name": "Spoorlijnen dash voor trein",
4173
+ desc: "trein. beschikbaar van z14. Over de wegen heen.",
4174
+ "insert-before": "lines-overlay"
4175
+ },
4176
+ filter: [
4177
+ "any",
4178
+ [
4179
+ "==",
4180
+ [
4181
+ "get",
4182
+ "vistext"
4183
+ ],
4184
+ "treinspoor"
4185
+ ],
4186
+ [
4187
+ "==",
4188
+ [
4189
+ "get",
4190
+ "vistext"
4191
+ ],
4192
+ "overig"
4193
+ ],
4194
+ [
4195
+ "==",
4196
+ [
4197
+ "get",
4198
+ "vistext"
4199
+ ],
4200
+ "spoor in tunnel"
4201
+ ]
4202
+ ],
4203
+ layout: {
4204
+ visibility: "visible",
4205
+ "line-cap": "butt",
4206
+ "line-join": "round"
4207
+ },
4208
+ paint: {
4209
+ "line-dasharray": [
4210
+ 0.1,
4211
+ 5
4212
+ ],
4213
+ "line-color": [
4214
+ "match",
4215
+ [
4216
+ "get",
4217
+ "vistext"
4218
+ ],
4219
+ "treinspoor",
4220
+ "#a3a7aa",
4221
+ "spoor in tunnel",
4222
+ "#a3a7aa",
4223
+ "overig",
4224
+ "#a3a7aa",
4225
+ "spoor onder ander object",
4226
+ "#a3a7aa",
4227
+ "transparent"
4228
+ ],
4229
+ "line-width": [
4230
+ "interpolate",
4231
+ [
4232
+ "linear"
4233
+ ],
4234
+ [
4235
+ "zoom"
4236
+ ],
4237
+ 14,
4238
+ [
4239
+ "match",
4240
+ [
4241
+ "get",
4242
+ "vistext"
4243
+ ],
4244
+ "treinspoor",
4245
+ 3,
4246
+ "spoor in tunnel",
4247
+ 3.5,
4248
+ "overig",
4249
+ 3.1,
4250
+ "spoor onder ander object",
4251
+ 3,
4252
+ 10
4253
+ ],
4254
+ 16,
4255
+ [
4256
+ "match",
4257
+ [
4258
+ "get",
4259
+ "vistext"
4260
+ ],
4261
+ "treinspoor",
4262
+ 7,
4263
+ "spoor in tunnel",
4264
+ 6.5,
4265
+ "overig",
4266
+ 5.5,
4267
+ "spoor onder ander object",
4268
+ 6.5,
4269
+ 10
4270
+ ]
4271
+ ],
4272
+ "line-opacity": [
4273
+ "match",
4274
+ [
4275
+ "get",
4276
+ "vistext"
4277
+ ],
4278
+ "spoor onder ander object",
4279
+ 0.5,
4280
+ "spoor in tunnel",
4281
+ 0.5,
4282
+ 1
4283
+ ]
4284
+ }
4285
+ },
4286
+ {
4287
+ id: "pdok-administrative-division-province",
4288
+ type: "line",
4289
+ metadata: {
4290
+ group: "context-admin",
4291
+ "sub-group": "administrative-division",
4292
+ type: "context",
4293
+ "legend-name": "Provincie grenzen",
4294
+ desc: "",
4295
+ "insert-before": "lines-overlay"
4296
+ },
4297
+ source: "pdok-administrative-division",
4298
+ "source-layer": "provinciegebied",
4299
+ layout: {
4300
+ visibility: "visible",
4301
+ "line-cap": "round",
4302
+ "line-join": "round"
4303
+ },
4304
+ paint: {
4305
+ "line-color": "#cbcdd9",
4306
+ "line-width": [
4307
+ "interpolate",
4308
+ [
4309
+ "linear"
4310
+ ],
4311
+ [
4312
+ "zoom"
4313
+ ],
4314
+ 7,
4315
+ 2,
4316
+ 10,
4317
+ 4,
4318
+ 16,
4319
+ 8
4320
+ ]
4321
+ }
4322
+ },
4323
+ {
4324
+ id: "pdok-administrative-division-province-name",
4325
+ type: "symbol",
4326
+ metadata: {
4327
+ group: "context-admin",
4328
+ "sub-group": "administrative-division",
4329
+ type: "context",
4330
+ "legend-name": "Provincie grenzen Naam",
4331
+ desc: "Provincie namen langs de grens",
4332
+ "insert-before": "lines-overlay"
4333
+ },
4334
+ source: "pdok-administrative-division",
4335
+ "source-layer": "provinciegebied",
4336
+ minzoom: 9,
4337
+ layout: {
4338
+ visibility: "visible",
4339
+ "symbol-placement": "line",
4340
+ "symbol-spacing": [
4341
+ "interpolate",
4342
+ [
4343
+ "linear"
4344
+ ],
4345
+ [
4346
+ "zoom"
4347
+ ],
4348
+ 9,
4349
+ 300,
4350
+ 12,
4351
+ 350,
4352
+ 16,
4353
+ 500,
4354
+ 20,
4355
+ 250
4356
+ ],
4357
+ "text-field": "{naam}",
4358
+ "text-font": [
4359
+ "Roboto Bold"
4360
+ ],
4361
+ "text-offset": [
4362
+ 0,
4363
+ 0.8
4364
+ ],
4365
+ "text-transform": "uppercase",
4366
+ "text-size": [
4367
+ "interpolate",
4368
+ [
4369
+ "linear"
4370
+ ],
4371
+ [
4372
+ "zoom"
4373
+ ],
4374
+ 9,
4375
+ 10,
4376
+ 12,
4377
+ 11,
4378
+ 16,
4379
+ 11,
4380
+ 20,
4381
+ 12
4382
+ ],
4383
+ "text-max-angle": 45
4384
+ },
4385
+ paint: {
4386
+ "text-color": "#9fa3b9"
4387
+ }
4388
+ },
4389
+ {
4390
+ id: "pdok-administrative-division-municipality",
4391
+ type: "line",
4392
+ metadata: {
4393
+ group: "context-admin",
4394
+ "sub-group": "administrative-division",
4395
+ type: "context",
4396
+ "legend-name": "Gemeente grenzen",
4397
+ desc: "",
4398
+ "insert-before": "lines-overlay"
4399
+ },
4400
+ source: "pdok-administrative-division",
4401
+ "source-layer": "gemeentegebied",
4402
+ minzoom: 10,
4403
+ layout: {
4404
+ visibility: "visible",
4405
+ "line-cap": "round",
4406
+ "line-join": "round"
4407
+ },
4408
+ paint: {
4409
+ "line-color": "#cbcdd9",
4410
+ "line-width": [
4411
+ "interpolate",
4412
+ [
4413
+ "linear"
4414
+ ],
4415
+ [
4416
+ "zoom"
4417
+ ],
4418
+ 10,
4419
+ 1,
4420
+ 12,
4421
+ 2,
4422
+ 16,
4423
+ 5
4424
+ ]
4425
+ }
4426
+ },
4427
+ {
4428
+ id: "pdok-administrative-division-municipality-name",
4429
+ type: "symbol",
4430
+ metadata: {
4431
+ group: "context-admin",
4432
+ "sub-group": "administrative-division",
4433
+ type: "context",
4434
+ "legend-name": "Gemeente grenzen naam",
4435
+ desc: "Gemeente namen langs de grens",
4436
+ "insert-before": "lines-overlay"
4437
+ },
4438
+ source: "pdok-administrative-division",
4439
+ "source-layer": "gemeentegebied",
4440
+ minzoom: 11,
4441
+ layout: {
4442
+ visibility: "visible",
4443
+ "symbol-placement": "line",
4444
+ "text-max-angle": 55,
4445
+ "symbol-spacing": [
4446
+ "interpolate",
4447
+ [
4448
+ "linear"
4449
+ ],
4450
+ [
4451
+ "zoom"
4452
+ ],
4453
+ 11,
4454
+ 250,
4455
+ 16,
4456
+ 500,
4457
+ 20,
4458
+ 250
4459
+ ],
4460
+ "text-field": [
4461
+ "concat",
4462
+ "Gem. ",
4463
+ [
4464
+ "get",
4465
+ "naam"
4466
+ ]
4467
+ ],
4468
+ "text-font": [
4469
+ "Roboto Medium"
4470
+ ],
4471
+ "text-offset": [
4472
+ 0,
4473
+ 0.85
4474
+ ],
4475
+ "text-size": [
4476
+ "interpolate",
4477
+ [
4478
+ "linear"
4479
+ ],
4480
+ [
4481
+ "zoom"
4482
+ ],
4483
+ 11,
4484
+ 10,
4485
+ 16,
4486
+ 11.5,
4487
+ 20,
4488
+ 12
4489
+ ]
4490
+ },
4491
+ paint: {
4492
+ "text-color": "#9fa3b9"
4493
+ }
4494
+ },
4495
+ {
4496
+ id: "pdok-administrative-division-province-rel",
4497
+ type: "line",
4498
+ metadata: {
4499
+ group: "relevant-admin",
4500
+ "sub-group": "administrative-division",
4501
+ type: "relevant",
4502
+ "legend-name": "Provincie grenzen",
4503
+ desc: "",
4504
+ "insert-before": "lines-overlay"
4505
+ },
4506
+ source: "pdok-administrative-division",
4507
+ "source-layer": "provinciegebied",
4508
+ layout: {
4509
+ visibility: "none",
4510
+ "line-cap": "round",
4511
+ "line-join": "round"
4512
+ },
4513
+ paint: {
4514
+ "line-color": "#182a36",
4515
+ "line-blur": 2,
4516
+ "line-opacity": 0.5,
4517
+ "line-width": [
4518
+ "interpolate",
4519
+ [
4520
+ "linear"
4521
+ ],
4522
+ [
4523
+ "zoom"
4524
+ ],
4525
+ 7,
4526
+ 2,
4527
+ 10,
4528
+ 4,
4529
+ 16,
4530
+ 8
4531
+ ]
4532
+ }
4533
+ },
4534
+ {
4535
+ id: "pdok-administrative-division-province-name-rel",
4536
+ type: "symbol",
4537
+ metadata: {
4538
+ group: "relevant-admin",
4539
+ "sub-group": "administrative-division",
4540
+ type: "relevant",
4541
+ "legend-name": "Provincie grenzen Naam",
4542
+ desc: "Provincie namen langs de grens",
4543
+ "insert-before": "lines-overlay"
4544
+ },
4545
+ source: "pdok-administrative-division",
4546
+ "source-layer": "provinciegebied",
4547
+ minzoom: 9,
4548
+ layout: {
4549
+ visibility: "none",
4550
+ "symbol-placement": "line",
4551
+ "symbol-spacing": [
4552
+ "interpolate",
4553
+ [
4554
+ "linear"
4555
+ ],
4556
+ [
4557
+ "zoom"
4558
+ ],
4559
+ 9,
4560
+ 300,
4561
+ 12,
4562
+ 350,
4563
+ 16,
4564
+ 500,
4565
+ 20,
4566
+ 250
4567
+ ],
4568
+ "text-field": "{naam}",
4569
+ "text-font": [
4570
+ "Roboto Bold"
4571
+ ],
4572
+ "text-offset": [
4573
+ 0,
4574
+ 0.8
4575
+ ],
4576
+ "text-transform": "uppercase",
4577
+ "text-size": [
4578
+ "interpolate",
4579
+ [
4580
+ "linear"
4581
+ ],
4582
+ [
4583
+ "zoom"
4584
+ ],
4585
+ 9,
4586
+ 10,
4587
+ 12,
4588
+ 11,
4589
+ 16,
4590
+ 11,
4591
+ 20,
4592
+ 12
4593
+ ],
4594
+ "text-max-angle": 45
4595
+ },
4596
+ paint: {
4597
+ "text-color": "#46545e"
4598
+ }
4599
+ },
4600
+ {
4601
+ id: "pdok-administrative-division-municipality-rel",
4602
+ type: "line",
4603
+ metadata: {
4604
+ group: "relevant-admin",
4605
+ "sub-group": "administrative-division",
4606
+ type: "relevant",
4607
+ "legend-name": "Gemeente grenzen",
4608
+ desc: "",
4609
+ "insert-before": "lines-overlay"
4610
+ },
4611
+ source: "pdok-administrative-division",
4612
+ "source-layer": "gemeentegebied",
4613
+ minzoom: 10,
4614
+ layout: {
4615
+ visibility: "none",
4616
+ "line-cap": "round",
4617
+ "line-join": "round"
4618
+ },
4619
+ paint: {
4620
+ "line-color": "#182a36",
4621
+ "line-blur": 1,
4622
+ "line-opacity": 0.7,
4623
+ "line-dasharray": [
4624
+ 2,
4625
+ 2
4626
+ ],
4627
+ "line-width": [
4628
+ "interpolate",
4629
+ [
4630
+ "linear"
4631
+ ],
4632
+ [
4633
+ "zoom"
4634
+ ],
4635
+ 10,
4636
+ 1,
4637
+ 12,
4638
+ 2,
4639
+ 16,
4640
+ 5
4641
+ ]
4642
+ }
4643
+ },
4644
+ {
4645
+ id: "pdok-administrative-division-municipality-name-rel",
4646
+ type: "symbol",
4647
+ metadata: {
4648
+ group: "relevant-admin",
4649
+ "sub-group": "administrative-division",
4650
+ type: "relevant",
4651
+ "legend-name": "Gemeente grenzen naam",
4652
+ desc: "Gemeente namen langs de grens",
4653
+ "insert-before": "lines-overlay"
4654
+ },
4655
+ source: "pdok-administrative-division",
4656
+ "source-layer": "gemeentegebied",
4657
+ minzoom: 10,
4658
+ layout: {
4659
+ visibility: "none",
4660
+ "symbol-placement": "line",
4661
+ "text-max-angle": 50,
4662
+ "symbol-spacing": [
4663
+ "interpolate",
4664
+ [
4665
+ "linear"
4666
+ ],
4667
+ [
4668
+ "zoom"
4669
+ ],
4670
+ 11,
4671
+ 200,
4672
+ 16,
4673
+ 500,
4674
+ 20,
4675
+ 250
4676
+ ],
4677
+ "text-field": [
4678
+ "concat",
4679
+ "Gem. ",
4680
+ [
4681
+ "get",
4682
+ "naam"
4683
+ ]
4684
+ ],
4685
+ "text-font": [
4686
+ "Roboto Medium"
4687
+ ],
4688
+ "text-offset": [
4689
+ 0,
4690
+ 0.85
4691
+ ],
4692
+ "text-size": [
4693
+ "interpolate",
4694
+ [
4695
+ "linear"
4696
+ ],
4697
+ [
4698
+ "zoom"
4699
+ ],
4700
+ 11,
4701
+ 10,
4702
+ 16,
4703
+ 11.5,
4704
+ 20,
4705
+ 12
4706
+ ]
4707
+ },
4708
+ paint: {
4709
+ "text-color": "#46545e"
4710
+ }
4711
+ },
4712
+ {
4713
+ id: "nwb-oneway-signs",
4714
+ type: "symbol",
4715
+ source: "ndw-nwb-road-sections",
4716
+ "source-layer": "roadSections",
4717
+ metadata: {
4718
+ group: "context-roads",
4719
+ "sub-group": "nwb-oneway-signs",
4720
+ type: "context",
4721
+ "legend-name": "Eenrichtingsverkeer",
4722
+ desc: "",
4723
+ "insert-before": "label"
4724
+ },
4725
+ minzoom: 14,
4726
+ filter: [
4727
+ "in",
4728
+ [
4729
+ "get",
4730
+ "drivingDirection"
4731
+ ],
4732
+ [
4733
+ "literal",
4734
+ [
4735
+ "H",
4736
+ "T"
4737
+ ]
4738
+ ]
4739
+ ],
4740
+ layout: {
4741
+ visibility: "visible",
4742
+ "icon-image": "sdf:arrow-simple-2",
4743
+ "icon-padding": 1,
4744
+ "icon-rotate": [
4745
+ "match",
4746
+ [
4747
+ "get",
4748
+ "drivingDirection"
4749
+ ],
4750
+ "H",
4751
+ 90,
4752
+ "T",
4753
+ -90,
4754
+ 0
4755
+ ],
4756
+ "icon-rotation-alignment": "map",
4757
+ "icon-size": [
4758
+ "interpolate",
4759
+ [
4760
+ "linear"
4761
+ ],
4762
+ [
4763
+ "zoom"
4764
+ ],
4765
+ 13,
4766
+ [
4767
+ "match",
4768
+ [
4769
+ "get",
4770
+ "functionalRoadClass"
4771
+ ],
4772
+ "0",
4773
+ 0.3,
4774
+ "1",
4775
+ 0.3,
4776
+ "2",
4777
+ 0.2,
4778
+ "3",
4779
+ 0.2,
4780
+ "4",
4781
+ 0.2,
4782
+ "5",
4783
+ 0,
4784
+ "6",
4785
+ 0,
4786
+ "7",
4787
+ 0,
4788
+ 0
4789
+ ],
4790
+ 16,
4791
+ [
4792
+ "match",
4793
+ [
4794
+ "get",
4795
+ "functionalRoadClass"
4796
+ ],
4797
+ "0",
4798
+ 0.7,
4799
+ "1",
4800
+ 0.7,
4801
+ "2",
4802
+ 0.6,
4803
+ "3",
4804
+ 0.5,
4805
+ "4",
4806
+ 0.5,
4807
+ "5",
4808
+ 0.5,
4809
+ "6",
4810
+ 0.5,
4811
+ "7",
4812
+ 0.3,
4813
+ 1
4814
+ ]
4815
+ ],
4816
+ "symbol-placement": "line",
4817
+ "symbol-spacing": 120
4818
+ },
4819
+ paint: {
4820
+ "icon-opacity": 1,
4821
+ "icon-color": [
4822
+ "match",
4823
+ [
4824
+ "get",
4825
+ "functionalRoadClass"
4826
+ ],
4827
+ "0",
4828
+ "hsl(204, 5%, 60%)",
4829
+ "1",
4830
+ "hsl(204, 5%, 60%)",
4831
+ "2",
4832
+ "hsl(204, 5%, 70%)",
4833
+ "3",
4834
+ "hsl(204, 5%, 70%)",
4835
+ "4",
4836
+ "hsl(192, 5%, 80%)",
4837
+ "5",
4838
+ "hsl(192, 5%, 70%)",
4839
+ "6",
4840
+ "hsl(192, 5%, 70%)",
4841
+ "7",
4842
+ "hsl(192, 5%, 70%)",
4843
+ "hsl(0, 0%, 100%)"
4844
+ ]
4845
+ }
4846
+ },
4847
+ {
4848
+ id: "nwb-oneway-signs-rel",
4849
+ type: "symbol",
4850
+ source: "ndw-nwb-road-sections",
4851
+ "source-layer": "roadSections",
4852
+ metadata: {
4853
+ group: "relevant-roads",
4854
+ "sub-group": "nwb-oneway-signs",
4855
+ type: "relevant",
4856
+ "legend-name": "Eenrichtingsverkeer",
4857
+ desc: "",
4858
+ "insert-before": "label"
4859
+ },
4860
+ minzoom: 14,
4861
+ filter: [
4862
+ "in",
4863
+ [
4864
+ "get",
4865
+ "drivingDirection"
4866
+ ],
4867
+ [
4868
+ "literal",
4869
+ [
4870
+ "H",
4871
+ "T"
4872
+ ]
4873
+ ]
4874
+ ],
4875
+ layout: {
4876
+ visibility: "none",
4877
+ "icon-image": "sdf:arrow-simple-2",
4878
+ "icon-padding": 2,
4879
+ "icon-rotate": [
4880
+ "match",
4881
+ [
4882
+ "get",
4883
+ "drivingDirection"
4884
+ ],
4885
+ "H",
4886
+ 90,
4887
+ "T",
4888
+ -90,
4889
+ 0
4890
+ ],
4891
+ "icon-rotation-alignment": "map",
4892
+ "icon-size": [
4893
+ "interpolate",
4894
+ [
4895
+ "linear"
4896
+ ],
4897
+ [
4898
+ "zoom"
4899
+ ],
4900
+ 13,
4901
+ [
4902
+ "match",
4903
+ [
4904
+ "get",
4905
+ "functionalRoadClass"
4906
+ ],
4907
+ "0",
4908
+ 0.3,
4909
+ "1",
4910
+ 0.3,
4911
+ "2",
4912
+ 0.2,
4913
+ "3",
4914
+ 0.2,
4915
+ "4",
4916
+ 0.2,
4917
+ "5",
4918
+ 0,
4919
+ "6",
4920
+ 0,
4921
+ "7",
4922
+ 0,
4923
+ 0
4924
+ ],
4925
+ 16,
4926
+ [
4927
+ "match",
4928
+ [
4929
+ "get",
4930
+ "functionalRoadClass"
4931
+ ],
4932
+ "0",
4933
+ 0.7,
4934
+ "1",
4935
+ 0.7,
4936
+ "2",
4937
+ 0.6,
4938
+ "3",
4939
+ 0.5,
4940
+ "4",
4941
+ 0.5,
4942
+ "5",
4943
+ 0.5,
4944
+ "6",
4945
+ 0.5,
4946
+ "7",
4947
+ 0.3,
4948
+ 1
4949
+ ]
4950
+ ],
4951
+ "symbol-placement": "line",
4952
+ "symbol-spacing": 120
4953
+ },
4954
+ paint: {
4955
+ "icon-opacity": 1,
4956
+ "icon-color": [
4957
+ "match",
4958
+ [
4959
+ "get",
4960
+ "functionalRoadClass"
4961
+ ],
4962
+ "0",
4963
+ "#b64a11",
4964
+ "1",
4965
+ "#b64a11",
4966
+ "2",
4967
+ "#b64a11",
4968
+ "3",
4969
+ "#dd5208",
4970
+ "4",
4971
+ "#dc7019",
4972
+ "5",
4973
+ "#dc7019",
4974
+ "6",
4975
+ "hsl(192, 5%, 50%)",
4976
+ "7",
4977
+ "hsl(192, 5%, 50%)",
4978
+ "hsl(0, 0%, 100%)"
4979
+ ]
4980
+ }
4981
+ },
4982
+ {
4983
+ id: "bgt-housenumbers",
4984
+ type: "symbol",
4985
+ source: "pdok-bgt",
4986
+ "source-layer": "pand_nummeraanduiding",
4987
+ metadata: {
4988
+ group: "context-labels",
4989
+ "sub-group": "bgt-housenumbers",
4990
+ type: "context",
4991
+ "legend-name": "Pand huisnummers",
4992
+ desc: "Uit de BGT, alleen zichtbaar vanaf zoom 17",
4993
+ "insert-before": "label"
4994
+ },
4995
+ layout: {
4996
+ visibility: "visible",
4997
+ "symbol-placement": "point",
4998
+ "text-anchor": "bottom",
4999
+ "text-line-height": 1.2,
5000
+ "text-field": "{tekst}",
5001
+ "text-font": [
5002
+ "Roboto Light"
5003
+ ],
5004
+ "text-size": 10,
5005
+ "text-justify": "center",
5006
+ "text-rotate": [
5007
+ "-",
5008
+ 360,
5009
+ [
5010
+ "get",
5011
+ "hoek"
5012
+ ]
5013
+ ]
5014
+ },
5015
+ paint: {
5016
+ "text-opacity": 1,
5017
+ "text-halo-width": 2,
5018
+ "text-halo-color": "#fff",
5019
+ "text-color": "#555555"
5020
+ }
5021
+ },
5022
+ {
5023
+ id: "nwb-road-names",
5024
+ type: "symbol",
5025
+ source: "ndw-nwb-road-sections",
5026
+ "source-layer": "roadSections",
5027
+ metadata: {
5028
+ group: "context-labels",
5029
+ "sub-group": "nwb-road-names",
5030
+ type: "context",
5031
+ "legend-name": "Weg namen",
5032
+ desc: "Weg namen uit NWB, hierarchy op functionalroadclass",
5033
+ "insert-before": "label"
5034
+ },
5035
+ minzoom: 12,
5036
+ filter: [
5037
+ "all",
5038
+ [
5039
+ "!=",
5040
+ [
5041
+ "get",
5042
+ "functionalRoadClass"
5043
+ ],
5044
+ "7"
5045
+ ],
5046
+ [
5047
+ "!=",
5048
+ [
5049
+ "get",
5050
+ "functionalRoadClass"
5051
+ ],
5052
+ "0"
5053
+ ],
5054
+ [
5055
+ "!=",
5056
+ [
5057
+ "get",
5058
+ "functionalRoadClass"
5059
+ ],
5060
+ "1"
5061
+ ],
5062
+ [
5063
+ "!=",
5064
+ [
5065
+ "get",
5066
+ "functionalRoadClass"
5067
+ ],
5068
+ "2"
5069
+ ]
5070
+ ],
5071
+ layout: {
5072
+ "symbol-sort-key": [
5073
+ "-",
5074
+ 8,
5075
+ [
5076
+ "to-number",
5077
+ [
5078
+ "get",
5079
+ "functionalRoadClass"
5080
+ ]
5081
+ ]
5082
+ ],
5083
+ "symbol-placement": "line",
5084
+ "text-field": "{roadName}",
5085
+ "text-max-angle": 50,
5086
+ "text-padding": 30,
5087
+ "text-font": [
5088
+ "case",
5089
+ [
5090
+ "==",
5091
+ [
5092
+ "get",
5093
+ "functionalRoadClass"
5094
+ ],
5095
+ "3"
5096
+ ],
5097
+ [
5098
+ "literal",
5099
+ [
5100
+ "Noto Sans Bold"
5101
+ ]
5102
+ ],
5103
+ [
5104
+ "literal",
5105
+ [
5106
+ "Noto Sans Regular"
5107
+ ]
5108
+ ]
5109
+ ],
5110
+ "text-size": [
5111
+ "match",
5112
+ [
5113
+ "get",
5114
+ "functionalRoadClass"
5115
+ ],
5116
+ "2",
5117
+ 14,
5118
+ "3",
5119
+ 14,
5120
+ "4",
5121
+ 12,
5122
+ "5",
5123
+ 11,
5124
+ "6",
5125
+ 11,
5126
+ 0
5127
+ ],
5128
+ "text-rotation-alignment": "map"
5129
+ },
5130
+ paint: {
5131
+ "text-color": "hsl(196, 13%, 29%)",
5132
+ "text-halo-color": "#f8f4f0",
5133
+ "text-halo-width": 1.5
5134
+ }
5135
+ },
5136
+ {
5137
+ id: "brt-district-names",
5138
+ type: "symbol",
5139
+ source: "pdok-brt",
5140
+ "source-layer": "annotaties",
5141
+ metadata: {
5142
+ group: "context-labels",
5143
+ "sub-group": "brt-place-names",
5144
+ type: "context",
5145
+ "legend-name": "Wijk namen",
5146
+ desc: "Wijknamen, lichtgrijs",
5147
+ "insert-before": "label"
5148
+ },
5149
+ minzoom: 13.5,
5150
+ maxzoom: 16,
5151
+ filter: [
5152
+ "==",
5153
+ [
5154
+ "get",
5155
+ "vistext"
5156
+ ],
5157
+ "wijknamen"
5158
+ ],
5159
+ layout: {
5160
+ "symbol-placement": "point",
5161
+ "text-field": "{label}",
5162
+ "text-letter-spacing": 0.2,
5163
+ "text-font": [
5164
+ "Roboto Serif Regular"
5165
+ ],
5166
+ "text-size": [
5167
+ "*",
5168
+ [
5169
+ "coalesce",
5170
+ [
5171
+ "get",
5172
+ "size"
5173
+ ],
5174
+ 10
5175
+ ],
5176
+ 1.3
5177
+ ],
5178
+ "text-rotation-alignment": "map"
5179
+ },
5180
+ paint: {
5181
+ "text-color": "hsl(197, 7%, 50%)",
5182
+ "text-halo-color": "#f8f4f0",
5183
+ "text-halo-width": 1
5184
+ }
5185
+ },
5186
+ {
5187
+ id: "brt-place-names",
5188
+ type: "symbol",
5189
+ source: "pdok-brt",
5190
+ "source-layer": "annotaties",
5191
+ metadata: {
5192
+ group: "context-labels",
5193
+ "sub-group": "brt-place-names",
5194
+ type: "context",
5195
+ "legend-name": "Plaatsnamen",
5196
+ desc: "Plaatsnamen van Nederland, donkergrijs",
5197
+ "insert-before": "label"
5198
+ },
5199
+ maxzoom: 16,
5200
+ filter: [
5201
+ "==",
5202
+ [
5203
+ "get",
5204
+ "vistext"
5205
+ ],
5206
+ "plaatsnamen"
5207
+ ],
5208
+ layout: {
5209
+ "symbol-placement": "point",
5210
+ "text-field": "{label}",
5211
+ "text-font": [
5212
+ "case",
5213
+ [
5214
+ ">",
5215
+ [
5216
+ "get",
5217
+ "size"
5218
+ ],
5219
+ 9
5220
+ ],
5221
+ [
5222
+ "literal",
5223
+ [
5224
+ "DM Sans Medium"
5225
+ ]
5226
+ ],
5227
+ [
5228
+ "literal",
5229
+ [
5230
+ "DM Sans Regular"
5231
+ ]
5232
+ ]
5233
+ ],
5234
+ "text-size": [
5235
+ "*",
5236
+ [
5237
+ "coalesce",
5238
+ [
5239
+ "get",
5240
+ "size"
5241
+ ],
5242
+ 10
5243
+ ],
5244
+ 1.4
5245
+ ],
5246
+ "text-rotation-alignment": "map"
5247
+ },
5248
+ paint: {
5249
+ "text-color": "#3c3c3c",
5250
+ "text-halo-color": "#f8f4f0",
5251
+ "text-halo-width": 2.5
5252
+ }
5253
+ },
5254
+ {
5255
+ id: "nwb-hectometre-signs-circle",
5256
+ type: "circle",
5257
+ source: "ndw-nwb-hectometre-signs",
5258
+ "source-layer": "hectometreSigns",
5259
+ metadata: {
5260
+ group: "context-roads",
5261
+ "sub-group": "nwb-hectometersigns",
5262
+ type: "context",
5263
+ "legend-name": "Hectometer borden cirkel",
5264
+ desc: "Grijze cirkel die positie aangeeft hectometer nummer",
5265
+ "insert-before": "label"
5266
+ },
5267
+ minzoom: 9.5,
5268
+ filter: [
5269
+ "all",
5270
+ [
5271
+ "==",
5272
+ [
5273
+ "%",
5274
+ [
5275
+ "get",
5276
+ "hectometre"
5277
+ ],
5278
+ [
5279
+ "case",
5280
+ [
5281
+ "<=",
5282
+ [
5283
+ "zoom"
5284
+ ],
5285
+ 10
5286
+ ],
5287
+ 100,
5288
+ [
5289
+ "<=",
5290
+ [
5291
+ "zoom"
5292
+ ],
5293
+ 12
5294
+ ],
5295
+ 50,
5296
+ [
5297
+ "<=",
5298
+ [
5299
+ "zoom"
5300
+ ],
5301
+ 13
5302
+ ],
5303
+ 20,
5304
+ [
5305
+ "<=",
5306
+ [
5307
+ "zoom"
5308
+ ],
5309
+ 14
5310
+ ],
5311
+ 10,
5312
+ 1
5313
+ ]
5314
+ ],
5315
+ 0
5316
+ ]
5317
+ ],
5318
+ layout: {
5319
+ visibility: "visible"
5320
+ },
5321
+ paint: {
5322
+ "circle-color": "hsl(204, 5%, 60%)",
5323
+ "circle-radius": [
5324
+ "interpolate",
5325
+ [
5326
+ "linear"
5327
+ ],
5328
+ [
5329
+ "zoom"
5330
+ ],
5331
+ 10,
5332
+ 0.5,
5333
+ 13,
5334
+ 2,
5335
+ 16,
5336
+ 3,
5337
+ 20,
5338
+ 6
5339
+ ],
5340
+ "circle-stroke-color": "hsl(204, 5%, 60%)",
5341
+ "circle-stroke-width": 1
5342
+ }
5343
+ },
5344
+ {
5345
+ id: "nwb-hectometre-signs-text",
5346
+ type: "symbol",
5347
+ source: "ndw-nwb-hectometre-signs",
5348
+ "source-layer": "hectometreSigns",
5349
+ metadata: {
5350
+ group: "context-roads",
5351
+ "sub-group": "nwb-hectometersigns",
5352
+ type: "context",
5353
+ "legend-name": "Hectometer borden tekst",
5354
+ desc: "Grijze tekst naast de cirkel",
5355
+ "insert-before": "label"
5356
+ },
5357
+ minzoom: 10,
5358
+ filter: [
5359
+ "all",
5360
+ [
5361
+ "==",
5362
+ [
5363
+ "%",
5364
+ [
5365
+ "get",
5366
+ "hectometre"
5367
+ ],
5368
+ [
5369
+ "case",
5370
+ [
5371
+ "<=",
5372
+ [
5373
+ "zoom"
5374
+ ],
5375
+ 10
5376
+ ],
5377
+ 100,
5378
+ [
5379
+ "<=",
5380
+ [
5381
+ "zoom"
5382
+ ],
5383
+ 12
5384
+ ],
5385
+ 50,
5386
+ [
5387
+ "<=",
5388
+ [
5389
+ "zoom"
5390
+ ],
5391
+ 13
5392
+ ],
5393
+ 20,
5394
+ [
5395
+ "<=",
5396
+ [
5397
+ "zoom"
5398
+ ],
5399
+ 14
5400
+ ],
5401
+ 10,
5402
+ 1
5403
+ ]
5404
+ ],
5405
+ 0
5406
+ ]
5407
+ ],
5408
+ layout: {
5409
+ visibility: "visible",
5410
+ "text-rotation-alignment": "viewport",
5411
+ "symbol-placement": "point",
5412
+ "text-field": [
5413
+ "format",
5414
+ [
5415
+ "number-format",
5416
+ [
5417
+ "/",
5418
+ [
5419
+ "get",
5420
+ "hectometre"
5421
+ ],
5422
+ 10
5423
+ ],
5424
+ {
5425
+ "min-fraction-digits": 1,
5426
+ "max-fraction-digits": 1
5427
+ }
5428
+ ],
5429
+ " ",
5430
+ [
5431
+ "get",
5432
+ "letter"
5433
+ ],
5434
+ {
5435
+ "font-scale": 0.85
5436
+ }
5437
+ ],
5438
+ "text-font": [
5439
+ "DM Sans Bold"
5440
+ ],
5441
+ "text-size": [
5442
+ "interpolate",
5443
+ [
5444
+ "linear"
5445
+ ],
5446
+ [
5447
+ "zoom"
5448
+ ],
5449
+ 10,
5450
+ 6,
5451
+ 13,
5452
+ 10,
5453
+ 16,
5454
+ 11,
5455
+ 20,
5456
+ 12
5457
+ ],
5458
+ "text-anchor": "left",
5459
+ "text-offset": [
5460
+ 1,
5461
+ 0
5462
+ ]
5463
+ },
5464
+ paint: {
5465
+ "text-color": "hsl(204, 5%, 40%)",
5466
+ "text-halo-color": "hsl(204, 5%, 100%)",
5467
+ "text-halo-width": 1
5468
+ }
5469
+ },
5470
+ {
5471
+ id: "nwb-road-names-number",
5472
+ type: "symbol",
5473
+ source: "ndw-nwb-road-sections",
5474
+ "source-layer": "roadSections",
5475
+ metadata: {
5476
+ group: "context-roads",
5477
+ "sub-group": "nwb-road-names",
5478
+ type: "context",
5479
+ "legend-name": "Weg nummers",
5480
+ desc: "A en N wegen nummbers, grijs omvlakt",
5481
+ "insert-before": "label"
5482
+ },
5483
+ minzoom: 6,
5484
+ filter: [
5485
+ "all",
5486
+ [
5487
+ "has",
5488
+ "hectometreSignRoadNumber"
5489
+ ],
5490
+ [
5491
+ "any",
5492
+ [
5493
+ "==",
5494
+ [
5495
+ "get",
5496
+ "functionalRoadClass"
5497
+ ],
5498
+ "0"
5499
+ ],
5500
+ [
5501
+ "==",
5502
+ [
5503
+ "get",
5504
+ "functionalRoadClass"
5505
+ ],
5506
+ "1"
5507
+ ],
5508
+ [
5509
+ "==",
5510
+ [
5511
+ "get",
5512
+ "functionalRoadClass"
5513
+ ],
5514
+ "2"
5515
+ ],
5516
+ [
5517
+ "==",
5518
+ [
5519
+ "get",
5520
+ "functionalRoadClass"
5521
+ ],
5522
+ "3"
5523
+ ]
5524
+ ]
5525
+ ],
5526
+ layout: {
5527
+ "symbol-sort-key": [
5528
+ "-",
5529
+ 8,
5530
+ [
5531
+ "to-number",
5532
+ [
5533
+ "get",
5534
+ "functionalRoadClass"
5535
+ ]
5536
+ ]
5537
+ ],
5538
+ "symbol-placement": "line",
5539
+ "symbol-spacing": [
5540
+ "interpolate",
5541
+ [
5542
+ "linear"
5543
+ ],
5544
+ [
5545
+ "zoom"
5546
+ ],
5547
+ 8,
5548
+ 400,
5549
+ 10,
5550
+ 250,
5551
+ 20,
5552
+ 500
5553
+ ],
5554
+ "text-field": "{hectometreSignRoadNumber}",
5555
+ "text-max-angle": [
5556
+ "interpolate",
5557
+ [
5558
+ "linear"
5559
+ ],
5560
+ [
5561
+ "zoom"
5562
+ ],
5563
+ 6,
5564
+ 20,
5565
+ 8,
5566
+ 5,
5567
+ 20,
5568
+ 0
5569
+ ],
5570
+ "text-padding": 8,
5571
+ "text-font": [
5572
+ "Noto Sans Bold"
5573
+ ],
5574
+ "text-size": [
5575
+ "match",
5576
+ [
5577
+ "get",
5578
+ "functionalRoadClass"
5579
+ ],
5580
+ "0",
5581
+ 12,
5582
+ "1",
5583
+ 11,
5584
+ "2",
5585
+ 11,
5586
+ "3",
5587
+ 10,
5588
+ 0
5589
+ ],
5590
+ "text-rotation-alignment": "viewport"
5591
+ },
5592
+ paint: {
5593
+ "text-color": "#f8f4f0",
5594
+ "text-halo-color": "hsl(196, 13%, 50%)",
5595
+ "text-halo-width": 30
5596
+ }
5597
+ },
5598
+ {
5599
+ id: "nwb-hectometre-signs-rel",
5600
+ type: "symbol",
5601
+ source: "ndw-nwb-hectometre-signs",
5602
+ "source-layer": "hectometreSigns",
5603
+ metadata: {
5604
+ group: "relevant-roads",
5605
+ "sub-group": "nwb-hectometersigns",
5606
+ type: "relevant",
5607
+ "legend-name": "Hectometer borden",
5608
+ desc: "Rood/Groene hectomer borden voor A wegen en Geel/Groene borden voor N wegen met nummering.",
5609
+ "insert-before": "label"
5610
+ },
5611
+ filter: [
5612
+ "==",
5613
+ [
5614
+ "%",
5615
+ [
5616
+ "get",
5617
+ "hectometre"
5618
+ ],
5619
+ [
5620
+ "case",
5621
+ [
5622
+ "<=",
5623
+ [
5624
+ "zoom"
5625
+ ],
5626
+ 10
5627
+ ],
5628
+ 100,
5629
+ [
5630
+ "<=",
5631
+ [
5632
+ "zoom"
5633
+ ],
5634
+ 12
5635
+ ],
5636
+ 50,
5637
+ [
5638
+ "<=",
5639
+ [
5640
+ "zoom"
5641
+ ],
5642
+ 13
5643
+ ],
5644
+ 20,
5645
+ [
5646
+ "<=",
5647
+ [
5648
+ "zoom"
5649
+ ],
5650
+ 14
5651
+ ],
5652
+ 10,
5653
+ 1
5654
+ ]
5655
+ ],
5656
+ 0
5657
+ ],
5658
+ layout: {
5659
+ visibility: "none",
5660
+ "icon-padding": 20,
5661
+ "text-rotation-alignment": "viewport",
5662
+ "symbol-placement": "point",
5663
+ "icon-image": [
5664
+ "case",
5665
+ [
5666
+ "!",
5667
+ [
5668
+ "has",
5669
+ "roadName"
5670
+ ]
5671
+ ],
5672
+ "NDW:road_hectometre",
5673
+ [
5674
+ "in",
5675
+ "A",
5676
+ [
5677
+ "get",
5678
+ "roadName"
5679
+ ]
5680
+ ],
5681
+ "NDW:road_hectometre-a-weg",
5682
+ "NDW:road_hectometre-n-weg"
5683
+ ],
5684
+ "icon-size": [
5685
+ "interpolate",
5686
+ [
5687
+ "linear"
5688
+ ],
5689
+ [
5690
+ "zoom"
5691
+ ],
5692
+ 7,
5693
+ [
5694
+ "case",
5695
+ [
5696
+ "in",
5697
+ "A",
5698
+ [
5699
+ "get",
5700
+ "roadName"
5701
+ ]
5702
+ ],
5703
+ 0.6,
5704
+ 0
5705
+ ],
5706
+ 9,
5707
+ [
5708
+ "case",
5709
+ [
5710
+ "in",
5711
+ "A",
5712
+ [
5713
+ "get",
5714
+ "roadName"
5715
+ ]
5716
+ ],
5717
+ 0.8,
5718
+ 0
5719
+ ],
5720
+ 10,
5721
+ 0.8,
5722
+ 13,
5723
+ 1,
5724
+ 16,
5725
+ 1,
5726
+ 20,
5727
+ 1.5
5728
+ ],
5729
+ "icon-ignore-placement": false,
5730
+ "icon-allow-overlap": false,
5731
+ "text-field": [
5732
+ "case",
5733
+ [
5734
+ "!",
5735
+ [
5736
+ "has",
5737
+ "roadName"
5738
+ ]
5739
+ ],
5740
+ [
5741
+ "format",
5742
+ [
5743
+ "number-format",
5744
+ [
5745
+ "/",
5746
+ [
5747
+ "get",
5748
+ "hectometre"
5749
+ ],
5750
+ 10
5751
+ ],
5752
+ {
5753
+ "min-fraction-digits": 1,
5754
+ "max-fraction-digits": 1
5755
+ }
5756
+ ],
5757
+ " ",
5758
+ [
5759
+ "get",
5760
+ "letter"
5761
+ ],
5762
+ {
5763
+ "font-scale": 0.8
5764
+ }
5765
+ ],
5766
+ [
5767
+ "format",
5768
+ [
5769
+ "get",
5770
+ "roadName"
5771
+ ],
5772
+ {
5773
+ "font-scale": 0.9
5774
+ },
5775
+ " ",
5776
+ [
5777
+ "get",
5778
+ "letter"
5779
+ ],
5780
+ {
5781
+ "font-scale": 0.8
5782
+ },
5783
+ "\n",
5784
+ [
5785
+ "number-format",
5786
+ [
5787
+ "/",
5788
+ [
5789
+ "get",
5790
+ "hectometre"
5791
+ ],
5792
+ 10
5793
+ ],
5794
+ {
5795
+ "min-fraction-digits": 1,
5796
+ "max-fraction-digits": 1
5797
+ }
5798
+ ],
5799
+ {
5800
+ "text-color": "#fff"
5801
+ }
5802
+ ]
5803
+ ],
5804
+ "text-font": [
5805
+ "DM Sans Bold"
5806
+ ],
5807
+ "text-offset": [
5808
+ 0,
5809
+ 0
5810
+ ],
5811
+ "icon-offset": [
5812
+ 0,
5813
+ 0
5814
+ ],
5815
+ "text-size": [
5816
+ "interpolate",
5817
+ [
5818
+ "linear"
5819
+ ],
5820
+ [
5821
+ "zoom"
5822
+ ],
5823
+ 8,
5824
+ [
5825
+ "case",
5826
+ [
5827
+ "in",
5828
+ "A",
5829
+ [
5830
+ "get",
5831
+ "roadName"
5832
+ ]
5833
+ ],
5834
+ 6,
5835
+ 0
5836
+ ],
5837
+ 9,
5838
+ [
5839
+ "case",
5840
+ [
5841
+ "in",
5842
+ "A",
5843
+ [
5844
+ "get",
5845
+ "roadName"
5846
+ ]
5847
+ ],
5848
+ 8,
5849
+ 0
5850
+ ],
5851
+ 10,
5852
+ 8,
5853
+ 13,
5854
+ 10,
5855
+ 16,
5856
+ 11,
5857
+ 20,
5858
+ 14
5859
+ ]
5860
+ },
5861
+ paint: {
5862
+ "text-color": [
5863
+ "case",
5864
+ [
5865
+ "!",
5866
+ [
5867
+ "has",
5868
+ "roadName"
5869
+ ]
5870
+ ],
5871
+ "#fff",
5872
+ [
5873
+ "in",
5874
+ "A",
5875
+ [
5876
+ "get",
5877
+ "roadName"
5878
+ ]
5879
+ ],
5880
+ "#fff",
5881
+ "#000"
5882
+ ]
5883
+ }
5884
+ }
5885
+ ];
5886
+ var style = {
5887
+ version: version,
5888
+ name: name,
5889
+ owner: owner,
5890
+ metadata: metadata,
5891
+ center: center,
5892
+ zoom: zoom,
5893
+ sprite: sprite,
5894
+ glyphs: glyphs,
5895
+ sources: sources,
5896
+ layers: layers
5897
+ };
5898
+
5899
+ const NDWMapStyle = style;
5900
+
808
5901
  /**
809
5902
  * Generated bundle index. Do not edit.
810
5903
  */
811
5904
 
812
- export { ApiBackgroundLayer, ApiElement, ApiLayer, ApiSource, BOUNDS_AMERSFOORT, BOUNDS_NL, COMMON_BOUNDS, DEFAULT_MAP_CONFIG, MapComponent, MapElement, MapElementRepository, MapLayer, MapSource, MaplibreCursorService, lineWidthFrcSpecification };
5905
+ export { ApiBackgroundLayer, ApiElement, ApiLayer, ApiSource, BOUNDS_AMERSFOORT, BOUNDS_NL, COMMON_BOUNDS, DEFAULT_MAP_CONFIG, MapComponent, MapElement, MapElementRepository, MapLayer, MapSource, MaplibreCursorService, NDWMapStyle, lineWidthFrcSpecification };
813
5906
  //# sourceMappingURL=ndwnu-map.mjs.map