Skip to content

Commit

Permalink
Merge pull request #1022 from wmisener/wmisener/univ_lowzoom
Browse files Browse the repository at this point in the history
Universities from z10
  • Loading branch information
ZeLonewolf authored Apr 22, 2024
2 parents 0511110 + d32e56b commit 8a62439
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/layer/poi.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export const poi = {
"parking",
"police",
"school",
"college",
...getSubclasses(iconDefs.college),
"library",
"townhall",
...getSubclasses(iconDefs.post_office),
Expand All @@ -368,9 +368,15 @@ export const poi = {
[
"match",
["get", "subclass"],
["station", "halt"],
[
...getSubclasses(iconDefs.college),
],
10,
[
"station",
"halt"],
12,
["bus_station", "subway", ...getSubclasses(iconDefs.college)],
["bus_station", "subway"],
14,
[
"bus_stop",
Expand Down

0 comments on commit 8a62439

Please sign in to comment.