Skip to content

Commit

Permalink
boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
dschep committed Feb 2, 2025
1 parent 8b1c9cf commit d8c13b3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion _includes/ultra-maps/surveillance.ultra
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,16 @@ style:
beforeLayerId: poi
source: mask
fill-opacity: 0.3
- type: line
filter: [==, [get, type], boundary]
line-width: 4
line-color: hsl(281, 35%, 86%)
- type: line
filter: [==, [get, type], boundary]
line-width: 1.5
line-color: hsl(0, 2%, 47%)
- type: circle
filter: ['!=', [get, type], boundary]
circle-stroke-color: white
circle-stroke-width: 2
circle-color:
Expand All @@ -74,6 +83,7 @@ style:
- blue
- purple
- type: symbol
filter: ['!=', [get, type], boundary]
minzoom: 13
icon-image:
- case
Expand Down Expand Up @@ -104,4 +114,12 @@ area[wikidata=Q673772][type=boundary] -> .bonair;
nwr[man_made=surveillance](area.chesterfield);
nwr[man_made=surveillance](area.bonair);
);
out center;
out center;
// fetch admin bounds
(
nwr[wikidata=Q43421][type=boundary];
nwr[wikidata=Q341639][type=boundary];
nwr[wikidata=Q340608][type=boundary];
nwr[wikidata=Q673772][type=boundary];
);
out geom;

0 comments on commit d8c13b3

Please sign in to comment.