/leptos-leaflet

Primary LanguageRustMIT LicenseMIT

leptos-leaflet

license: MIT

Leaflet components for Leptos. This aims to target the funcionality of React-Leaflet.

For now only a few of the components are ported, and events must be set in the Signal map object setted by the MapContainer when leaflet is inited.

Features

  • CSR/HYDRATE/SSR support
  • Leaflet Events
  • Signals for leaflet component properties

Components

  • MapContainer
  • TileLayer
  • ImageOverlay
  • VideoOverlay
  • Marker
  • Polygon
  • Polyline
  • Circle
  • Tooltip
  • Popup

TODO

  • Implement missing components