Deepanshu Sahu
Deepanshu Sahu
Added address update handling in the websocket message and updated listenForLocationUpdates logic accordingly. Fixes #169 ## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I have...
Expose inherited variables (from templates, groups, and global) in API response via optional query param. Fixes #818 ## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x]...
## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I have manually tested the changes proposed in this pull request. - [x] I have written new...
Implemented API to return device coordinates for a given location ID. Fixes #828 ## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I have manually tested...
## Description In Django 5.2, the `_pre_setup` method of `SimpleTestCase` (and consequently `TransactionTestCase`) has been changed to a classmethod. See in references in [Django 5.2](https://github.com/django/django/blob/main/django/test/testcases.py#L367-L376) and [Django 5.1](https://github.com/django/django/blob/stable/5.1.x/django/test/testcases.py#L379-L387) I’ve implemented...
Adds the ability to animate a node's position on the map by dynamically updating its coordinates. by adding a utility function which uses echarts.setOptions to update the node location Fixes...
## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I have manually tested the changes proposed in this pull request. - [ ] I have written...
For https://github.com/openwisp/openwisp-monitoring/issues/563, add a utility function which will use echarts.setOption to update the device coordinates values with animation to allow showing moving devices in a geo map.
## Feature Description We need to add a pop-up on the click of a node, as here in the [device-map.js](https://github.com/openwisp/openwisp-monitoring/blob/master/openwisp_monitoring/device/static/monitoring/js/device-map.js#L94) in openwisp-monitoring layer.bindPopup can't be used, as we will be...
**Describe the bug** When opening the indoor map overlay, which is rendered using `L.CRS.Simple`, on top of the main geographical map (which uses the default CRS `L.CRS.EPSG3857`), the interaction behavior...