Skip to content

Commit

Permalink
Update pelias.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-Mann authored Dec 4, 2024
1 parent 85edee4 commit d50e372
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions projects/germany/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"timestamp": false
},
"esclient": {
"apiVersion": "7.5",
"apiVersion": "7.x",
"hosts": [
{ "host": "elasticsearch" }
]
Expand All @@ -16,8 +16,45 @@
"number_of_replicas": "0",
"number_of_shards": "1"
}
},
"accessLog": "common",
"host": "http://maps.druckplanet24.de/",
"indexName": "pelias",
"version": "1.0",
"targets": {
"auto_discover": true,
"canonical_sources": ["whosonfirst", "openstreetmap", "openaddresses", "geonames"],
"layers_by_source": {
"openstreetmap": [ "address", "venue", "street" ],
"openaddresses": [ "address" ],
"geonames": [
"country", "macroregion", "region", "county", "localadmin", "locality", "borough",
"neighbourhood", "venue"
],
"whosonfirst": [
"continent", "empire", "country", "dependency", "macroregion", "region", "locality",
"localadmin", "macrocounty", "county", "macrohood", "borough", "neighbourhood",
"microhood", "disputed", "venue", "postalcode", "ocean", "marinearea"
]
},
"source_aliases": {
"osm": [ "openstreetmap" ],
"oa": [ "openaddresses" ],
"gn": [ "geonames" ],
"wof": [ "whosonfirst" ]
},
"layer_aliases": {
"coarse": [
"continent", "empire", "country", "dependency", "macroregion", "region", "locality",
"localadmin", "macrocounty", "county", "macrohood", "borough", "neighbourhood",
"microhood", "disputed", "postalcode", "ocean", "marinearea"
]
}
}
},
"schema": {
"indexName": "pelias"
},
"api": {
"services": {
"pip": { "url": "http://pip:4200" },
Expand Down Expand Up @@ -52,7 +89,7 @@
"whosonfirst": {
"datapath": "/data/whosonfirst",
"countryCode": "DE",
"importPostalcodes": false,
"importPostalcodes": true,
"importPlace": [ "85633111" ]
}
}
Expand Down

0 comments on commit d50e372

Please sign in to comment.