Skip to content

Commit 01acbd0

Browse files
Update files
1 parent 89c327d commit 01acbd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HSMascotMap_global.ultra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ style:
10121012
// determine set of schools
10131013
(
10141014
nwr[mascot][amenity=school];
1015-
nwr[mascot][amenity=university](area.searchArea);
1015+
nwr[mascot][amenity=university];
10161016
);
10171017

10181018
out center;

HSMascotMap_university_global.ultra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ style:
10111011
[out:json][timeout:800];
10121012
// determine set of schools
10131013
(
1014-
nwr[mascot][amenity=university](area.searchArea);
1014+
nwr[mascot][amenity=university];
10151015
);
10161016

10171017
out center;

0 commit comments

Comments
 (0)