Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/components/RouteMapConfigurator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
10 changes: 10 additions & 0 deletions app/components/hsl-zones-publisher-v6.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@
[24.543216, 60.11093]
]
}
},
{
"type": "Feature",
"properties": {
"Zone": "E"
},
"geometry": {
"type": "MultiPoint",
"coordinates": [[25.02, 60.53]]
}
}
]
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4260,10 +4260,10 @@ hpack.js@^2.1.6:
wbuf "^1.1.0"

hsl-map-style@hsldevcom/hsl-map-style#master:
version "1.2.3"
resolved "https://codeload.github.com/hsldevcom/hsl-map-style/tar.gz/2e247924dde50d3e229ab5cb2650d0d2a56ff66e"
version "1.2.4"
resolved "https://codeload.github.com/hsldevcom/hsl-map-style/tar.gz/9345d342215f6acb124e868987bbe4891167fa10"
dependencies:
lodash "^4.17.4"
lodash "^4.18.1"

html-minifier-terser@^6.0.2:
version "6.1.0"
Expand Down Expand Up @@ -5169,7 +5169,7 @@ lodash.restparam@^3.0.0:
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
integrity sha512-L4/arjjuq4noiUJpt3yS6KIKDtJwNe2fIYgMqyYYKoeIfV1iEqvPwhCx23o+R9dzouGihDAPN1dTIRWa7zk8tw==

lodash@4.18.1, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.17.4, lodash@^4.18.1:
lodash@4.18.1, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.18.1:
version "4.18.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
Expand Down
Loading