Merge pull request #327 from openstreetmap/golf-cartpath

change default highway value for golf cart paths to "path"
This commit is contained in:
Martin Raifer
2022-05-20 12:09:39 +02:00
committed by GitHub
4 changed files with 34 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"key": "highway",
"type": "typeCombo",
"label": "Type of Path",
"strings": {
"options": {
"path": "Cartpath",
"service": "Service Road"
}
},
"autoSuggestions": false
}