mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 13:08:00 +02:00
Allow landuse=industrial to be mapped as a point (#776)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-industry",
|
||||
"fields": [
|
||||
"{landuse/industrial}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{landuse/industrial}"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "industrial"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "{landuse/industrial}"
|
||||
}
|
||||
Reference in New Issue
Block a user