You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, our popularity mapper from #493/ #531 also causes any venues with low popularity (usually those marked as disused or abandoned in OSM) to be removed, and not imported into Pelias:
This might be a reasonable default, but it's also pretty significant. There might be a lot of notable places that fall into those categories. We should look at adding a configuration option to enable or disable removal of those venues.
The text was updated successfully, but these errors were encountered:
As described in #537, the
default set in #493, where
all venues that have a calculated popularity below `0` are not imported,
is a bit strict.
This adds a config flag, `imports.openstreetmap.removeDisusedVenues`
that controls whether or not that behavior is activated.
In addition, when enabled, a `warning` is displayed for each removed
record.
Currently, our popularity mapper from #493/ #531 also causes any venues with low popularity (usually those marked as
disused
orabandoned
in OSM) to be removed, and not imported into Pelias:openstreetmap/stream/popularity_mapper.js
Lines 202 to 203 in 02e4fd7
This might be a reasonable default, but it's also pretty significant. There might be a lot of notable places that fall into those categories. We should look at adding a configuration option to enable or disable removal of those venues.
The text was updated successfully, but these errors were encountered: