Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WOF not working while its container up and running #356

Open
kotsh23 opened this issue Aug 17, 2024 · 1 comment
Open

WOF not working while its container up and running #356

kotsh23 opened this issue Aug 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kotsh23
Copy link

kotsh23 commented Aug 17, 2024

the problem is when i try to reverse geocode i dont get full wof data
like https://openrouteservice.org/

here is my json country egypt if someone can tell me why thats happen

{
  "logger": {
    "level": "debug",
    "timestamp": false
  },
  "esclient": {
    "apiVersion": "7.5",
    "hosts": [
      { "host": "elasticsearch" }
    ]
  },
  "elasticsearch": {
    "settings": {
      "index": {
        "refresh_interval": "10s",
        "number_of_replicas": "0",
        "number_of_shards": "1"
      }
    }
  },
  "api": {
    "services": {
      "pip": { "url": "http://pip:4200" },
      "libpostal": { "url": "http://libpostal:4400" },
      "placeholder": { "url": "http://placeholder:4100" },
      "interpolation": { "url": "http://interpolation:4300" }
    }
  },
  "imports": {
"adminLookup": {
      "enabled": true

},
	"geonames": {
      "datapath": "/data/geonames",
      "countryCode": "EG"
    },
    "openstreetmap": {
      "download": [
        { "sourceURL": "http://download.geofabrik.de/africa/egypt-latest.osm.pbf" }
      ],
      "leveldbpath": "/tmp",
      "datapath": "/data/openstreetmap",
      "import": [
        { "filename": "egypt-latest.osm.pbf" }
      ]
    },
    "openaddresses": {
      "datapath": "/data/openaddresses",
      "files": [
        "eg/cairo.csv",
        "eg/alexandria.csv"
      ]
    },
    "polyline": {
      "datapath": "/data/polylines",
      "files": ["extract.0sv"]
    },
    "whosonfirst": {
      "datapath": "/data/whosonfirst",
      "countryCode": "EG",
      "importPostalcodes": true,
      "importPlace": ["85632581"]
    }
  }
}
@kotsh23 kotsh23 added the bug Something isn't working label Aug 17, 2024
@missinglink
Copy link
Member

Please provide examples of which results you were expecting to find & the queries you used to find them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants