Skip to content

Commit

Permalink
Release v0.2.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Aug 22, 2022
1 parent d83ebf0 commit ee11c96
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
8 changes: 7 additions & 1 deletion dist/mapbox-gl-indoorequal.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,13 @@ const layers = [
["all", ["has", "access"], ["in", ["get", "access"], ["literal", ["no", "private"]]]],
"#F2F1F0",
// if POI
["all", ["==", ["get", "is_poi"], true], ["!=", ["get", "class"], "corridor"]],
["any",
["all", ["==", ["get", "is_poi"], true], ["!=", ["get", "class"], "corridor"]],
[
"in",
["get", "subclass"],
["literal", ["class", "laboratory", "office", "auditorium", "amphitheatre", "reception"]]]
],
"#D4EDFF",
// if is a room
["==", ["get", "class"], "room"],
Expand Down
8 changes: 7 additions & 1 deletion dist/mapbox-gl-indoorequal.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,13 @@ const layers = [
["all", ["has", "access"], ["in", ["get", "access"], ["literal", ["no", "private"]]]],
"#F2F1F0",
// if POI
["all", ["==", ["get", "is_poi"], true], ["!=", ["get", "class"], "corridor"]],
["any",
["all", ["==", ["get", "is_poi"], true], ["!=", ["get", "class"], "corridor"]],
[
"in",
["get", "subclass"],
["literal", ["class", "laboratory", "office", "auditorium", "amphitheatre", "reception"]]]
],
"#D4EDFF",
// if is a room
["==", ["get", "class"], "room"],
Expand Down

0 comments on commit ee11c96

Please sign in to comment.