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
commit 406c147dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 34 additions and 4 deletions

View file

@ -0,0 +1,12 @@
{
"key": "highway",
"type": "typeCombo",
"label": "Type of Path",
"strings": {
"options": {
"path": "Cartpath",
"service": "Service Road"
}
},
"autoSuggestions": false
}