-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
importVenues option do not work #515
Comments
I have same problem: Error: "imports.whosonfirst.importVenues" is not allowed |
is deprecated: pelias/whosonfirst#503 |
To clarify, Background on WOF venue dataThe venue data in WOF comes from the open-sourcing of proprietary venue data collected by a long-gone company called SimpleGeo. The data didn't seem amazing to begin with, but it's gotten less and less valuable as time goes on as it gets out of date. It's from 2011 or earlier, so pretty old now. The venue data in OSM is, of course, continuously kept up to date by the community. That venue data is pretty core to OSM, so the default is to import that data.
|
@orangejulius thanks for the clarification, |
There is no single place documenting all the config options, I think this would be nice for users but it would also be difficult for us to maintain. Each section of the config file defines the variables for a specific part of Pelias, so if you'd like to find the documentation for the The project is maintained by only three developers so we try to avoid duplicating documentation as it tends to mean more work for us to maintain. |
@geopamplona I can see that maybe this line is causing the problem https://github.com/pelias/openstreetmap/blob/master/stream/pbf.js#L48 ...but the edge case I'm considering would only be under these conditions:
is it possible that your config isn't exactly as you posted above? |
Hi
Here's what I did 😇
I have osm importer with this config:
I am using docker images
pelias/openstreetmap:master-2019-09-13-b1a69740ee6d34b98290d5554d80b692beddb7ad
pelias/elasticsearch:5.6.12
And use pip with whosonfirst data from Spain:
pelias/pip-service:master-2019-12-18-24a6e31f42b07adec218a6f5a1aebf45105d681e
Here's what I got 🙀
I see that venues and streets are loaded in elasticsearch; i am using a elasticsearch client to see data
Here's what I was expecting ✨
I config importVenues to false; but there are data from venues.
I want to do not load venues data; I dont want to use this data in Pelias.
Here's what I think could be improved 🏆
I dont know, maybe importVenues option do not work.
The text was updated successfully, but these errors were encountered: