Skip to content

Commit

Permalink
Merge pull request #171 from HSLdevcom/MM-511-L-rail-color-update
Browse files Browse the repository at this point in the history
MM-511: L-rail color update
  • Loading branch information
ahjyrkia authored Sep 26, 2023
2 parents 988864d + 8047a0d commit 13fc3e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hsl-map-style",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions style.json
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@
"line-round-limit": 1
},
"paint": {
"line-color": "#00b3aa",
"line-color": "#007E79",
"line-width": {
"stops": [
[10, 2],
Expand All @@ -2360,7 +2360,7 @@
"source-layer": "routes",
"filter": ["==", ["get", "mode"], "L_RAIL"],
"paint": {
"line-color": "#30bfb6",
"line-color": "#329793",
"line-width": {
"stops": [
[10, 0.5],
Expand Down
4 changes: 2 additions & 2 deletions style/hsl-map-style-routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
"line-round-limit": 1
},
"paint": {
"line-color": "#00b3aa",
"line-color": "#007E79",
"line-width": {
"stops": [
[
Expand Down Expand Up @@ -435,7 +435,7 @@
"L_RAIL"
],
"paint": {
"line-color": "#30bfb6",
"line-color": "#329793",
"line-width": {
"stops": [
[
Expand Down

0 comments on commit 13fc3e5

Please sign in to comment.