Skip to content

Commit

Permalink
more seamless boundary correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ramSeraph committed Feb 17, 2024
1 parent 42835ff commit b3619b2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions static/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,13 @@ var Carto_Dark = {
},
'paint': {
'line-color': "#262626",
'line-width': 4
'line-width': [
"step",
["zoom"],
2, 5,
3, 6,
4
]
}
},
{
Expand All @@ -97,7 +103,13 @@ var Carto_Dark = {
},
'paint': {
'line-color': "#090909",
'line-width': 5
'line-width': [
"step",
["zoom"],
3, 5,
4, 6,
5
]
}
}
]
Expand Down

0 comments on commit b3619b2

Please sign in to comment.