nathan-gs / ha-map-card

A Map Card for Home Assistant
https://community.home-assistant.io/t/map-card-a-slightly-improved-map-card/693088
MIT License
15 stars 4 forks source link

Automatically show the map with the full history in view #68

Open nathan-gs opened 2 weeks ago

nathan-gs commented 2 weeks ago
          As in include the visible location history within the bounds? 

That sounds like nice idea, although have to work out best way to get all the history data into a L.FeatureGroup as currently they are on separate layers (unsure if u can just put featureGroups in other featureGroups which would be ideal. ). I do like the idea of map rezooming as history data updates too, which would hopefully be pretty easy to add on top of the above.

Originally posted by @thybag in https://github.com/nathan-gs/ha-map-card/issues/66#issuecomment-2179350327

nathan-gs commented 2 weeks ago

I would put this as optional.