Skip to content

[feature] Add API endpoint that returns co-ordinates on indoor map (floorplan) #828

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

Open
pandafy opened this issue Feb 6, 2024 · 1 comment · May be fixed by #976
Open

[feature] Add API endpoint that returns co-ordinates on indoor map (floorplan) #828

pandafy opened this issue Feb 6, 2024 · 1 comment · May be fixed by #976
Assignees
Labels
gsoc Part of a Google Summer of Code project

Comments

@pandafy
Copy link
Member

pandafy commented Feb 6, 2024

Add an API endpoint that takes the location ID and returns co-ordinates of all the devices.

  • It should also return all available floors in the location.
  • It should be possible to filter the devices based on the floor.
@pandafy pandafy changed the title [feature] Add endpoint that returns co-ordinates on indoor map (floorplan) [feature] Add API endpoint that returns co-ordinates on indoor map (floorplan) Feb 6, 2024
dee077 added a commit to dee077/openwisp-controller that referenced this issue Feb 2, 2025
Implemented API to return device coordinates for a given location ID.

Fixes openwisp#828
@dee077 dee077 linked a pull request Feb 2, 2025 that will close this issue
4 tasks
dee077 added a commit to dee077/openwisp-controller that referenced this issue Feb 2, 2025
Implemented API to return device coordinates for a given location ID.

Fixes openwisp#828
dee077 added a commit to dee077/openwisp-controller that referenced this issue Feb 2, 2025
Implemented API to return device coordinates for a given location ID.

Fixes openwisp#828
dee077 added a commit to dee077/openwisp-controller that referenced this issue Feb 2, 2025
Implemented API to return device coordinates for a given location ID.

Fixes openwisp#828
@pandafy pandafy added the gsoc Part of a Google Summer of Code project label Feb 11, 2025
@dee077
Copy link
Contributor

dee077 commented May 14, 2025

Appraoch

  • The current implementation of the draft PR returns data in JSON format; this should be updated to return GeoJSON format to be compatible with netjsongraph.js for rendering the floorplan map.
  • Filter class is already been made.

dee077 added a commit to dee077/openwisp-controller that referenced this issue Jun 11, 2025
Implemented API to return device coordinates for a given location ID.

Fixes openwisp#828
dee077 added a commit to dee077/openwisp-controller that referenced this issue Jun 11, 2025
Implemented API to return device coordinates for a given location ID.

Fixes openwisp#828
dee077 added a commit to dee077/openwisp-controller that referenced this issue Jun 11, 2025
Implemented API to return device coordinates for a given location ID.

Fixes openwisp#828
dee077 added a commit to dee077/openwisp-controller that referenced this issue Jun 11, 2025
Implemented API to return device coordinates for a given location ID.

Fixes openwisp#828
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gsoc Part of a Google Summer of Code project
Projects
Development

Successfully merging a pull request may close this issue.

2 participants