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

add geofencing support #26

Open
4 tasks
aaronpk opened this issue Apr 1, 2018 · 1 comment
Open
4 tasks

add geofencing support #26

aaronpk opened this issue Apr 1, 2018 · 1 comment

Comments

@aaronpk
Copy link
Owner

aaronpk commented Apr 1, 2018

I'd like to be able to define geofences and rules that will run whenever a fence is entered or exited.

Currently I do this with an external script that receives the "ping" from Compass whenever a new location is received. It would be nice to have it integrated and have a better UI.

  • create and edit geofences
  • define actions on the geofences (enter or exit)
  • support circular and GeoJSON fences
  • run a web hook when the fence is triggered

There should be meta-geofences created by default for locality, region and country boundaries, triggered off of the geocoding done with each location. You should be able to define a web hook to run whenever the locality changes for example.

@aaronpk
Copy link
Owner Author

aaronpk commented Apr 7, 2018

This looks like a nice project to use to implement the feature http://tile38.com/topics/geofencing/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant