Skip to content

Commit 6847cc6

Browse files
authored
revert zone e icon showing up (#189)
1 parent 66dc333 commit 6847cc6

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

app/components/RouteMapConfigurator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const ZONE_SYMBOLS = [
1313
{value: "A"},
1414
{value: "B"},
1515
{value: "C"},
16-
{value: "D"},
17-
{value: "E"}
16+
{value: "D"}
17+
// {value: "E"}
1818
];
1919

2020
export default class RouteMapConfigurator extends Component {

app/components/hsl-zones-publisher-v6.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,6 @@
6060
[24.543216, 60.11093]
6161
]
6262
}
63-
},
64-
{
65-
"type": "Feature",
66-
"properties": {
67-
"Zone": "E"
68-
},
69-
"geometry": {
70-
"type": "MultiPoint",
71-
"coordinates": [[25.02, 60.53]]
72-
}
7363
}
7464
]
7565
}

0 commit comments

Comments
 (0)