Skip to content

Commit

Permalink
remove casing from drag lifts
Browse files Browse the repository at this point in the history
  • Loading branch information
claysmalley committed Feb 3, 2023
1 parent d627995 commit 25fdea5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
31 changes: 0 additions & 31 deletions src/layer/aerialway.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,37 +108,6 @@ export const liftCasing = {
"source-layer": "transportation",
};

export const dragLiftCasing = {
id: "lift_casing",
type: "line",
paint: {
"line-color": Color.backgroundFill,
"line-width": [
"interpolate",
["exponential", aerialwayExp],
["zoom"],
12,
2.5,
20,
10,
],
},
filter: [
"all",
["==", ["get", "class"], "aerialway"],
[
"in",
["get", "subclass"],
["literal", ["drag_lift", "platter", "j-bar", "t-bar"]],
],
],
layout: {
visibility: "visible",
},
source: "openmaptiles",
"source-layer": "transportation",
};

export const legendEntries = [
{
description: "Aerial tramway or chairlift",
Expand Down
1 change: 0 additions & 1 deletion src/layer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export function build(locales) {

lyrOneway.bridge,
lyrOneway.bridgeLink,
lyrAerialway.dragLiftCasing,
lyrAerialway.dragLift,
];

Expand Down

0 comments on commit 25fdea5

Please sign in to comment.