golf cartpaths: add field to choose hw tag

and use highway=footway for walking paths
This commit is contained in:
Martin Raifer 2022-05-13 18:38:23 +02:00
parent 0f6bcd821f
commit cee203bcf7
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
4 changed files with 32 additions and 3 deletions

View file

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