Skip to content

Commit 45b9446

Browse files
authored
Add trunk routes 200 and 570 (#19)
* fix(style): Add new trunk lines: 200, 570 * fix(style): Update hsl-map-style to support new trunk routes 200 and 570
1 parent 3b31123 commit 45b9446

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/util/domain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import subwayIcon from 'icons/icon_subway.svg';
55
import ferryIcon from 'icons/icon_ferry.svg';
66
import trunkIcon from 'icons/icon_trunk.svg';
77

8-
const TRUNK_ROUTES = ['550', '560', '510', '500'];
8+
const TRUNK_ROUTES = ['550', '560', '500', '510', '200', '570'];
99
const RAIL_ROUTE_ID_REGEXP = /^300[12]/;
1010
const SUBWAY_ROUTE_ID_REGEXP = /^31/;
1111

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4423,7 +4423,7 @@ hpack.js@^2.1.6:
44234423

44244424
"hsl-map-style@github:hsldevcom/hsl-map-style#master":
44254425
version "1.0.0"
4426-
resolved "https://codeload.github.com/hsldevcom/hsl-map-style/tar.gz/d0412520a4aa85470573f44f964211b785612921"
4426+
resolved "https://codeload.github.com/hsldevcom/hsl-map-style/tar.gz/7cb4b937d37dfbdb86d39e690e5d1d92ed422804"
44274427
dependencies:
44284428
lodash "^4.17.4"
44294429

0 commit comments

Comments
 (0)