Skip to content

Commit 37ab392

Browse files
Update style files
1 parent 663019d commit 37ab392

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed

HSMascotMap.ultra

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ controls:
99
options:
1010
positionOptions:
1111
enableHighAccuracy: true
12-
trackUserLocation: true
13-
style:
12+
trackUserLocation: truestyle:
1413
extends: https://styles.trailsta.sh/protomaps-light.json
1514
layers:
1615
- type: circle
@@ -913,12 +912,11 @@ style:
913912

914913
- icons8-school-60
915914
- .png
916-
---
917-
[out:json][timeout:800];
915+
---[out:json][timeout:800];
918916
rel(148838);map_to_area->.searchArea;
919917
// determine set of schools
920918
(
921919
nwr[mascot][amenity=school](area.searchArea);
922920
);
923921

924-
out center;
922+
out center;

HSMascotMap_QLever.ultra

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ controls:
1414
options:
1515
positionOptions:
1616
enableHighAccuracy: true
17-
trackUserLocation: true
18-
style:
17+
trackUserLocation: truestyle:
1918
extends: https://styles.trailsta.sh/protomaps-light.json
2019
layers:
2120
- type: circle
@@ -918,9 +917,7 @@ style:
918917

919918
- icons8-school-60
920919
- .png
921-
---
922-
923-
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
920+
---PREFIX geo: <http://www.opengis.net/ont/geosparql#>
924921
PREFIX osmkey: <https://www.openstreetmap.org/wiki/Key:>
925922
SELECT * WHERE {
926923
?osm_id osmkey:amenity "school".

HSMascotMap_global.ultra

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ controls:
88
options:
99
positionOptions:
1010
enableHighAccuracy: true
11-
trackUserLocation: true
12-
style:
11+
trackUserLocation: truestyle:
1312
extends: https://styles.trailsta.sh/protomaps-light.json
1413
layers:
1514
- type: circle
@@ -912,12 +911,10 @@ style:
912911

913912
- icons8-school-60
914913
- .png
915-
---
916-
917-
[out:json][timeout:800];
914+
---[out:json][timeout:800];
918915
// determine set of schools
919916
(
920917
nwr[mascot][amenity=school];
921918
);
922919

923-
out center;
920+
out center;

0 commit comments

Comments
 (0)