Skip to content

Commit d007894

Browse files
committed
Add universities to style files. Generate just university style. fixes #37
1 parent cec0eb0 commit d007894

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.github/workflows/post-checkin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
cat Preamble_US.ultra Style.ultra Query_US.ultra > HSMascotMap.ultra
5555
cat Preamble_Global.ultra Style.ultra Query_Global.ultra > HSMascotMap_global.ultra
5656
cat Preamble_QLever.ultra Style.ultra Query_QLever.ultra > HSMascotMap_QLever.ultra
57+
cat Preamble_Global.ultra Style.ultra Query_University_Global.ultra > HSMascotMap_university_global.ultra
5758
5859
- name: Commit and push changes
5960
run: |
@@ -62,6 +63,7 @@ jobs:
6263
git add HSMascotMap.ultra
6364
git add HSMascotMap_global.ultra
6465
git add HSMascotMap_QLever.ultra
66+
git add HSMascotMap_university_global.ultra
6567
git commit -m "Update style files"
6668
git add NewMascots.txt
6769
git commit -m "Update NewMascots.txt"

Query_Global.ultra

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// determine set of schools
33
(
44
nwr[mascot][amenity=school];
5+
nwr[mascot][amenity=university](area.searchArea);
56
);
67

78
out center;

Query_US.ultra

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ rel(148838);map_to_area->.searchArea;
33
// determine set of schools
44
(
55
nwr[mascot][amenity=school](area.searchArea);
6+
nwr[mascot][amenity=university](area.searchArea);
67
);
78

89
out center;

Query_University_Global.ultra

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[out:json][timeout:800];
2+
// determine set of schools
3+
(
4+
nwr[mascot][amenity=university](area.searchArea);
5+
);
6+
7+
out center;

0 commit comments

Comments
 (0)