pelias / docker

Run the Pelias geocoder in docker containers, including example projects.
MIT License
338 stars 226 forks source link

fix(pelias.json): remove whosonfirst.importVenues from projects #201

Closed mmmaia closed 4 years ago

mmmaia commented 4 years ago

Projects with whosonfirst.importVenues on pelias.config are falling with:

Error: "imports.whosonfirst.importVenues" is not allowed

I believe it's related to https://github.com/pelias/config/pull/128.

This PR removes whosonfirst.importVenues from portland-metro and los-angeles-metro projects.

orangejulius commented 4 years ago

Great catch, thank you!

orangejulius commented 4 years ago

(for any possible future reference, it's also related to https://github.com/pelias/whosonfirst/pull/503, where the importVenues property was actually removed)