mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 02:12:24 +02:00
470835b38f
All iD sprite graphics are now prefixed with `iD-` Also includes support for sending the preset logos to taginfo
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"icon": "iD-category-water",
|
|
"geometry": "line",
|
|
"name": "Water Features",
|
|
"members": [
|
|
"waterway/river",
|
|
"waterway/stream",
|
|
"waterway/canal",
|
|
"waterway/ditch",
|
|
"waterway/drain"
|
|
]
|
|
}
|