aboutsummaryrefslogtreecommitdiff
path: root/config/osmium-export-config-names.json
blob: 4e8d82e44e87849a4e802020084f8cb138780b64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "attributes": {
    "type":      true,
    "id":        true,
    "version":   false,
    "changeset": false,
    "timestamp": false,
    "uid":       false,
    "user":      false,
    "way_nodes": true
  },
  "format_options": {
  },
  "linear_tags": true,
  "area_tags": true,
  "include_tags": ["name"]
}