Skip to content

Commit

Permalink
made the formatting for the indoorLayer style more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 4, 2024
1 parent 888f77c commit ba5edf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/app/composables/indoorLayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ export const indoorLayers: LayerSpecification[] = [
},
},
{
filter: ["==", ["get", "indoor"], "wall"],
id: "indoor-walls",
type: "fill",
source: "indoor",
filter: ["==", ["get", "indoor"], "wall"],
paint: {
"fill-color": "#000",
"fill-opacity": 0.5,
Expand Down

0 comments on commit ba5edf3

Please sign in to comment.