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, 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:
import all municipalities/cities and save the names in the db for each point. Filter in the UI (like Lipas points work currently)
or
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.
The text was updated successfully, but these errors were encountered:
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:
or
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.
The text was updated successfully, but these errors were encountered: