Did Add Preset for historic=millstone #1067

Added the preset for OSM tag historic = millstone via adding a millstone.json file with the tags in accordance with the wiki page
This commit is contained in:
priyanshubajaj 2025-01-05 16:38:11 +05:30
parent 79f17de44d
commit 25dc2d81e1

View file

@ -0,0 +1,26 @@
{
"icon": "maki-circle",
"fields": [
"name",
"diameter",
"width",
"material_simple",
"start_date",
"heritage",
"tourism",
"wikidata"
],
"geometry": [
"point",
"area"
],
"tags": {
"historic": "millstone"
},
"terms": [
"grindstone",
"stone wheel"
],
"name": "Historic Millstone"
}