• #dev 2021-03-04
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2021-03-04 UTC
# 05:24
mxd
I've read some of you want to be able to show live gps data on a map for others. You can do that with Leaflet or OpenLayers for example. I just implemented a quick "live" map on my site using Leaflet and it's showing the last 1000 points. It's just a very simple implementation yet (https://github.com/DaTurboD/mxd-codes-frontend/blob/v2/components/maps/leaflet/map.js ). It should be also possible to show a lot of more points with some "caching"