Allow landuse=industrial to be mapped as a point (#776)

This commit is contained in:
Lonerat 2023-02-14 02:13:22 +09:00 committed by GitHub
parent cfad53b540
commit 5900ca46c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,17 @@
{
"icon": "maki-industry",
"fields": [
"{landuse/industrial}"
],
"moreFields": [
"{landuse/industrial}"
],
"geometry": [
"point"
],
"tags": {
"landuse": "industrial"
},
"searchable": false,
"name": "{landuse/industrial}"
}