File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed
images/tiler-imposm/config Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change 233
233
}
234
234
}
235
235
},
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
+ },
236
299
"water_areas" : {
237
300
"fields" : [
238
301
{
You can’t perform that action at this time.
0 commit comments