General usability improvements

* Reevaluate all featuers stroke widths for shadow, casing, stroke
* Shadow width is important to make sure all features are easily clickable
* Casing width is important to see oneway arrows
* Make sure all line styles have normal and low-zoom variants
* Show directional arrows for all waterway types
This commit is contained in:
Bryan Housel
2017-03-16 16:16:35 -04:00
parent d2a314ff01
commit af757d31be
8 changed files with 347 additions and 165 deletions
+3
View File
@@ -35,6 +35,9 @@ export var osmOneWayTags = {
'yes': true
},
'waterway': {
'canal': true,
'ditch': true,
'drain': true,
'river': true,
'stream': true
}