|
283 | 283 | } |
284 | 284 | }, |
285 | 285 | { |
286 | | - "id": "landuse_areas_underlying_land_designation", |
287 | | - "type": "fill", |
288 | | - "source": "osm", |
289 | | - "source-layer": "landuse_areas", |
290 | | - "minzoom": 12, |
291 | | - "maxzoom": 24, |
292 | | - "layout": {"visibility": "visible"}, |
293 | | - "filter": [ |
294 | | - "in", |
295 | | - ["get", "type"], |
296 | | - ["literal", ["park", "pitch", "golf_course"]] |
297 | | - ], |
298 | | - "paint": { |
299 | | - "fill-color": [ |
300 | | - "interpolate", |
301 | | - ["linear"], |
302 | | - ["zoom"], |
303 | | - 0, |
304 | | - [ |
305 | | - "match", |
306 | | - ["get", "type"], |
307 | | - "park", |
308 | | - "rgba(208, 220, 174, 1)", |
309 | | - "pitch", |
310 | | - "rgba(69, 150, 7, 0.39)", |
311 | | - "nature_reserve", |
312 | | - "rgba(212, 225, 211, 0.3)", |
313 | | - "golf_course", |
314 | | - "rgba(236, 240, 198, 1)", |
315 | | - "transparent" |
316 | | - ] |
317 | | - ] |
318 | | - } |
319 | | - }, |
320 | | - { |
321 | | - "id": "landuse_areas_z12_localized_land_use", |
| 286 | + "id": "landuse_areas_localized_land_use", |
322 | 287 | "type": "fill", |
323 | 288 | "source": "osm", |
324 | 289 | "source-layer": "landuse_areas", |
|
457 | 422 | } |
458 | 423 | }, |
459 | 424 | { |
460 | | - "id": "landuse_areas_z12_food_and_farming", |
| 425 | + "id": "landuse_areas_ood_and_farming", |
461 | 426 | "type": "fill", |
462 | 427 | "source": "osm", |
463 | 428 | "source-layer": "landuse_areas", |
464 | | - "minzoom": 12, |
| 429 | + "minzoom": 6, |
465 | 430 | "maxzoom": 24, |
466 | 431 | "filter": [ |
467 | 432 | "in", |
|
498 | 463 | } |
499 | 464 | }, |
500 | 465 | { |
501 | | - "id": "landuse_areas_developed_open_space_larger", |
| 466 | + "id": "landuse_areas_developed_open_space_larger_types", |
502 | 467 | "type": "fill", |
503 | 468 | "source": "osm", |
504 | 469 | "source-layer": "landuse_areas", |
|
508 | 473 | "filter": [ |
509 | 474 | "in", |
510 | 475 | ["get", "type"], |
511 | | - ["literal", ["village_green", "cemetary", "sports_centre", "stadium", "recreation_ground"]] |
| 476 | + ["literal", ["park", "golf_course", "village_green", "cemetery", "sports_centre", "stadium", "recreation_ground"]] |
512 | 477 | ], |
513 | 478 | "paint": { |
514 | 479 | "fill-color": [ |
|
519 | 484 | [ |
520 | 485 | "match", |
521 | 486 | ["get", "type"], |
| 487 | + "park", |
| 488 | + "rgba(208, 220, 174, 1)", |
| 489 | + "golf_course", |
| 490 | + "rgba(236, 240, 198, 1)", |
522 | 491 | "village_green", |
523 | 492 | "rgba(208, 220, 174, 1)", |
524 | 493 | "cemetery", |
|
550 | 519 | } |
551 | 520 | }, |
552 | 521 | { |
553 | | - "id": "landuse_areas_developed_open_space_smaller", |
| 522 | + "id": "landuse_areas_developed_open_space_smaller_types", |
554 | 523 | "type": "fill", |
555 | 524 | "source": "osm", |
556 | 525 | "source-layer": "landuse_areas", |
|
559 | 528 | "filter": [ |
560 | 529 | "in", |
561 | 530 | ["get", "type"], |
562 | | - ["literal", ["grave_yard", "picnic_site", "camp_site", "playground", "paitch", "track", "bleachers"]] |
| 531 | + ["literal", ["grave_yard", "picnic_site", "camp_site", "playground", "pitch", "track", "bleachers"]] |
563 | 532 | ], |
564 | 533 | "layout": {"visibility": "visible"}, |
565 | 534 | "paint": { |
|
0 commit comments