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

Nearby Markers button and marker detection #177

Open
AsquaredWsquared opened this issue Sep 25, 2024 · 0 comments
Open

Nearby Markers button and marker detection #177

AsquaredWsquared opened this issue Sep 25, 2024 · 0 comments
Labels
geo-engine Interactions with the underlying GeoJSON tile data help wanted Extra attention is needed missing feature Missing feature compared to iOS app
Milestone

Comments

@AsquaredWsquared
Copy link
Contributor

The "geo-engine"/splat of functions currently only works with data that is in a GeoJSON format. If a Marker or set of Markers is described as a GeoJSON Point/MultiPoint/whatever then it can be detected with the current geo code and we can do all of the geo stuff (distance to nearest, direction to nearest, detect Markers in a certain radius, look for a particular Marker based on description, blah).

This means that we need to choose one of these options:
Store our Markers in a GeoJSON string in the RealmDB and have the ability to export/import in the GPX format.
Store our Markers in the GPX format in the RealmDB and translate to GeoJSON.
Store our Markers in GPX format and write geo functions to handle GPX data <- not a great option as that is a lot of extra typing!

This is related to Issue #144 and how we will store Markers and Routes

@AsquaredWsquared AsquaredWsquared added help wanted Extra attention is needed missing feature Missing feature compared to iOS app geo-engine Interactions with the underlying GeoJSON tile data labels Sep 25, 2024
@AsquaredWsquared AsquaredWsquared added this to the 1.0 milestone Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
geo-engine Interactions with the underlying GeoJSON tile data help wanted Extra attention is needed missing feature Missing feature compared to iOS app
Projects
None yet
Development

No branches or pull requests

1 participant