helium / mappers

Mappers Frontend and API
Apache License 2.0
65 stars 23 forks source link

Ability to link to specific hex. #60

Closed jthiller closed 2 years ago

jthiller commented 3 years ago

It would be useful to allow users to link to specific hexes in the map. We can encode the h3 index as a url param and zoom to it on page load.

e.g. mappers.helium.com/?selectedH3=8c2a306719217ffff

We may also want to provide users a quick 'copy' button for the current hex. This also improves the experience for users that have the page set up as a progressive web app.

image
mpkogli commented 3 years ago

Love it. Perhaps also a url parameter to specify whether or not to show the witness lines from a given hex (for those who want to open the page at a given point but not automatically display the Hex Stats).

jthiller commented 3 years ago

url parameter to specify whether or not to show the witness lines from a given hex

Good clarification. I could see that looking something like mappers.helium.com/?h3=8c2a306719217ffff&selected=true

kent-williams commented 2 years ago

Closing this with #92