mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-04 08:43:50 +01:00
Create acequia.json
New preset
This commit is contained in:
parent
5551852bcb
commit
3817c2b4d3
1 changed files with 15 additions and 0 deletions
15
data/presets/waterway/canal/acequia.json
Normal file
15
data/presets/waterway/canal/acequia.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "iD-waterway-ditch",
|
||||
"fields": [
|
||||
"name",
|
||||
"intermittent",
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"waterway": "canal",
|
||||
"usage": "irrigation"
|
||||
},
|
||||
"name": "Acequia"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue