Peter Johnson

Results 1014 comments of Peter Johnson

This is implemented in the code but not configurable: https://github.com/pelias/leaflet-plugin/blob/master/src/core.js#L23

I'm actually really happy to see that we have developers running Pelias on Windows and that it actually works! The `pelias` command is currently written in `bash` so I started...

One thing which stood out to me as unusual from the original comment was that the `WOF_DIR=` env var was set, we don't usually set this as Linux installs only...

Is the `tl_2016_47045_addrfeat.zip` file valid? What is the contents of the file?

It's possible to just rerun the `TIGER` portion of the build only, as documented in https://github.com/pelias/interpolation Unfortunately that functionality is not exposed via the `pelias` command through docker so you'll...

related: https://github.com/pelias/docker/issues/115 we should try to catch this error and handle it more gracefully.

Good catch, we'd be happy to merge a PR to include all tiger data. I believe that omitting that config blocks defaults to downloading all data, as per the `planet`...

Those download errors are very annoying, for the census ftp site we used to have a mirror, I'll have to check if that's still running and up-to-date, we could switch...

If you change the config to match the planet project it will download TIGER data for all the states: https://github.com/pelias/docker/blob/master/projects/planet/pelias.json#L65-L71 > Is it worse to have incomplete Tiger data, or...

Hi @umar18, the way it works is that the docker containers themselves don't contain any state, so you can delete them and recreate them. You'll need to make a copy...