-
Is it possible to filter points based on direction? If my direction of travel is East bound and I have several points along this path but only want to know x number of upcoming locations is this possi…
gmonk updated
6 years ago
-
Does Tile38 save somewhere else (besides the AOF) the registered hooks/chans so it could reload them after a restart?
In my use-case I don't care much about the data, and the data is being updated …
-
When trying to test geofence using a sqlite db, it will fail because sqlite does not have trig functions. Currently, my workaround is to manually create the trig functions in my setup with
```
DB…
-
Hi,
We are trying to integrate your React Native Background Geolocation Package in our project and facing below challenges -
1. When the user app is closed, then we need to send the current loca…
-
### Describe the bug
In SITL simulation, we observed that the Home point can be arbitrarily set by the operator. Since Return to Launch (RTL) navigates the drone back to the Home point, inadvertent p…
-
## Task Description
As geoserver is basically the only service not scalable in geonode-k8s, there are currently two approaches to make this happen.
One mentioned by Geosolutions, loadbalancing incomm…
-
we should create a simple tutorial and demo for doing something cool with p5.geolocation
-
Hi, I am using the example code of geofencing, it does not seem to work the broadcast receiver is not being called, I've tried many solutions nothing seems to work
-
It have been replace by "GeofencingClient" but how do you integrate that in the code ?
```
public void registerAllGeofences(){
if (mGoogleApiClient == null || mGoogleApiClient.isCon…
Moh09 updated
4 years ago
-
Hello!
My instance of `CLLocationManager` is having its delegate method `didStartMonitoringFor region: CLRegion` called with a region identifier of `MMELocationManagerRegionIdentifier.fence.center`…