File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ controls:
99 options:
1010 positionOptions:
1111 enableHighAccuracy: true
12- trackUserLocation: truestyle:
12+ trackUserLocation: true
13+ style:
1314 extends: https://styles.trailsta.sh/protomaps-light.json
1415 layers:
1516 - type: circle
@@ -912,7 +913,8 @@ controls:
912913
913914 - icons8-school-60
914915 - .png
915- ---[out:json][timeout:800];
916+ ---
917+ [out:json][timeout:800];
916918rel(148838);map_to_area->.searchArea;
917919// determine set of schools
918920(
Original file line number Diff line number Diff line change @@ -917,7 +917,8 @@ controls:
917917
918918 - icons8-school-60
919919 - .png
920- ---PREFIX geo: <http://www.opengis.net/ont/geosparql#>
920+ ---
921+ PREFIX geo: <http://www.opengis.net/ont/geosparql#>
921922PREFIX osmkey: <https://www.openstreetmap.org/wiki/Key:>
922923SELECT * WHERE {
923924 ?osm_id osmkey:amenity "school".
Original file line number Diff line number Diff line change @@ -911,7 +911,8 @@ controls:
911911
912912 - icons8-school-60
913913 - .png
914- ---[out:json][timeout:800];
914+ ---
915+ [out:json][timeout:800];
915916// determine set of schools
916917(
917918 nwr[mascot][amenity=school];
You can’t perform that action at this time.
0 commit comments