diff --git a/app/components/RouteMapConfigurator.js b/app/components/RouteMapConfigurator.js index 3d69413..6e7fe48 100644 --- a/app/components/RouteMapConfigurator.js +++ b/app/components/RouteMapConfigurator.js @@ -13,8 +13,8 @@ const ZONE_SYMBOLS = [ {value: "A"}, {value: "B"}, {value: "C"}, - {value: "D"}, - {value: "E"} + {value: "D"} + // {value: "E"} ]; export default class RouteMapConfigurator extends Component { diff --git a/app/components/hsl-zones-publisher-v6.json b/app/components/hsl-zones-publisher-v6.json index 9d2bb28..d85a303 100644 --- a/app/components/hsl-zones-publisher-v6.json +++ b/app/components/hsl-zones-publisher-v6.json @@ -60,16 +60,6 @@ [24.543216, 60.11093] ] } - }, - { - "type": "Feature", - "properties": { - "Zone": "E" - }, - "geometry": { - "type": "MultiPoint", - "coordinates": [[25.02, 60.53]] - } } ] }