-
Notifications
You must be signed in to change notification settings - Fork 1
/
imposm-mapping.yml
99 lines (99 loc) · 1.98 KB
/
imposm-mapping.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
tables:
ways:
type: linestring
columns:
- type: id
name: id
- type: geometry
name: linestring
- type: string
name: name
key: name
- type: hstore_tags
name: tags
filters:
require:
highway: [__any__]
reject:
highway:
- corridor
- footway
- pedestrian
- proposed
- service
- steps
service: [__any__]
footway: [sidewalk]
golf: [__any__]
golf-cart: [__any__]
mapping:
footway: [sidewalk]
golf-cart: [__any__]
golf: [__any__]
highway: [__any__]
name: [__any__]
natural: [__any__]
ref: [__any__]
service: [__any__]
tiger: [__any__]
natural_ways:
type: linestring
columns:
- type: id
name: id
- type: geometry
name: linestring
- type: string
name: name
key: name
- type: hstore_tags
name: tags
filters:
require:
natural: [mountain_range, ridge, valley]
mapping:
name: [__any__]
natural: [__any__]
ref: [__any__]
tiger: [__any__]
natural_nodes:
type: point
columns:
- type: id
name: id
- type: geometry
name: geom
- type: string
name: name
key: name
- type: hstore_tags
name: tags
filters:
require:
natural: [peak, saddle, spring]
mapping:
ref: [__any__]
natural: [__any__]
ele: [__any__]
tiger: [__any__]
intermittent: [__any__]
place_nodes:
type: point
columns:
- type: id
name: id
- type: geometry
name: geom
- type: string
name: name
key: name
- type: hstore_tags
name: tags
filters:
require:
place: [city, town, village, hamlet]
mapping:
name: [__any__]
place: [__any__]
population: [__any__]
ref: [__any__]