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

feat: Add new map component #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xuyh123
Copy link

@xuyh123 xuyh123 commented Dec 25, 2024

Integrate the API of third-party maps to support binding devices to a certain location on the map. Add a map component to the Dashboard component to complete the management and display of devices added to the map. Fuzzy search for a location and select the location to display the device on the map. Click on the map device to display the data information reported corresponding to the entity selected in the form.

Need analysis:

  1. Add map component entrance
  2. Select multiple devices (new device multi-select drop-down component)
  3. Get the fuzzy search positioning address for each device through the map API (added address drop-down component)
  4. Add attribute entities to each device (new attribute entity drop-down component: obtain the entity of the corresponding attribute type through the device ID)
  5. Mark the location of each device on the map (display the location icon)
  6. Click on each label to display the corresponding device information and attribute entity reporting information.
  7. Adaptive display of all label points

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

Successfully merging this pull request may close these issues.

2 participants