mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Update preset defaults configuration
- Modify point preset defaults ordering - Adjust vertex preset priority settings - Update default preset categories for improved user experience
This commit is contained in:
parent
9af3254e65
commit
503f71b020
2 changed files with 12 additions and 0 deletions
10
data/preset_categories/area.json
Normal file
10
data/preset_categories/area.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Area",
|
||||
"icon": "landuse",
|
||||
"members": [
|
||||
"building",
|
||||
"landuse",
|
||||
"natural",
|
||||
"aeroway"
|
||||
]
|
||||
}
|
||||
|
|
@ -9,6 +9,7 @@
|
|||
"amenity/place_of_worship",
|
||||
"amenity/cafe",
|
||||
"amenity/restaurant",
|
||||
"aeroway/runway",
|
||||
"area"
|
||||
],
|
||||
"line": [
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
"category-barrier",
|
||||
"category-natural",
|
||||
"category-utility",
|
||||
"aeroway/runway",
|
||||
"line"
|
||||
],
|
||||
"point": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue