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

Limit layers that have no city/municipality data #234

Open
Rikuoja opened this issue Oct 10, 2022 · 0 comments
Open

Limit layers that have no city/municipality data #234

Rikuoja opened this issue Oct 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Rikuoja
Copy link
Contributor

Rikuoja commented Oct 10, 2022

Currently, we import all data within a radius. This can be a problem if we don't want some objects inside this radius to be shown and they have no city/municipality names in the data. Two options:

  1. import all municipalities/cities and save the names in the db for each point. Filter in the UI (like Lipas points work currently)
    or
  2. limit import by municipality/city. This should be doable in overpass (OSM has the geometries), not so in the case of arcgis objects?

It is not feasible to do the filtering in the tile server call. The polygon in the call would be huge and would make zero sense to transfer all that data in each call.

@Rikuoja Rikuoja added the enhancement New feature or request label Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant