Skip to content

Commit 1daed49

Browse files
authored
Create bus-stops.ultra
1 parent 125cfe4 commit 1daed49

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

_ultra-maps/bus-stops.ultra

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
options:
3+
bounds: [-77.6093101501465,37.43670283999782,-77.38194465637208,37.60423624970319]
4+
hash: m
5+
style:
6+
sources:
7+
mask:
8+
type: geojson
9+
data: https://maprva.org/map-data/greater-rva-mask.geojson
10+
layers:
11+
- type: fill
12+
source: mask
13+
fill-opacity: 0.3
14+
- type: line
15+
source: mask
16+
line-width: 3
17+
- type: circle
18+
maxzoom: 13
19+
circle-stroke-color: white
20+
circle-stroke-width: 2
21+
- &stop
22+
type: symbol
23+
minzoom: 13
24+
icon-size: 0.75
25+
icon-overlap: always
26+
icon-image: maki:bus
27+
icon-halo-width: 4
28+
icon-halo-color: white
29+
- <<: *stop
30+
minzoom: 14
31+
icon-size: 1
32+
- &amenity
33+
minzoom: 14
34+
type: symbol
35+
icon-overlap: always
36+
icon-size: 0.4
37+
icon-halo-width: 2
38+
icon-halo-color: white
39+
icon-image: temaki:bench
40+
filter: [==, [get, bench], yes]
41+
icon-offset: [50, 0]
42+
- <<: *amenity
43+
icon-image: maki:waste-basket
44+
filter: [==, [get, bin], yes]
45+
icon-offset: [50, 25]
46+
- <<: *amenity
47+
icon-image: maki:shelter
48+
filter: [==, [get, shelter], yes]
49+
icon-offset: [50, -25]
50+
51+
---
52+
area[wikidata=Q43421][type=boundary] -> .richmond;
53+
area[wikidata=Q341639][type=boundary] -> .henrico;
54+
area[wikidata=Q340608][type=boundary] -> .chesterfield;
55+
(
56+
nwr[highway=bus_stop](area.richmond);
57+
nwr[highway=bus_stop](area.henrico);
58+
nwr[highway=bus_stop](area.chesterfield);
59+
);
60+
out center;

0 commit comments

Comments
 (0)