Skip to content

Commit b07720c

Browse files
author
Rub21
committed
Add landuse_points table for tiler DB-imposm
1 parent 6c548d6 commit b07720c

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

images/tiler-imposm/config/imposm3.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,69 @@
233233
}
234234
}
235235
},
236+
"landuse_points": {
237+
"fields": [
238+
{
239+
"type": "id",
240+
"name": "osm_id",
241+
"key": null
242+
},
243+
{
244+
"type": "geometry",
245+
"name": "geometry",
246+
"key": null
247+
},
248+
{
249+
"type": "string",
250+
"name": "name",
251+
"key": "name"
252+
},
253+
{
254+
"type": "mapping_value",
255+
"name": "type",
256+
"key": null
257+
},
258+
{
259+
"type": "pseudoarea",
260+
"name": "area",
261+
"key": null
262+
},
263+
{
264+
"type": "hstore_tags",
265+
"name": "tags",
266+
"key": null
267+
},
268+
{
269+
"type": "mapping_key",
270+
"name": "class",
271+
"key": null
272+
}
273+
],
274+
"type": "point",
275+
"mappings": {
276+
"landuse": {
277+
"mapping": {
278+
"landuse": [
279+
"__any__"
280+
]
281+
}
282+
},
283+
"leisure": {
284+
"mapping": {
285+
"leisure": [
286+
"__any__"
287+
]
288+
}
289+
},
290+
"natural": {
291+
"mapping": {
292+
"natural": [
293+
"__any__"
294+
]
295+
}
296+
}
297+
}
298+
},
236299
"water_areas": {
237300
"fields": [
238301
{

0 commit comments

Comments
 (0)