Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatut/reagent-leaflet
Use LeafletJS maps as Reagent components
https://github.com/tatut/reagent-leaflet
Last synced: 3 months ago
JSON representation
Use LeafletJS maps as Reagent components
- Host: GitHub
- URL: https://github.com/tatut/reagent-leaflet
- Owner: tatut
- License: mit
- Created: 2014-11-16T13:43:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T13:31:37.000Z (over 7 years ago)
- Last Synced: 2024-06-21T22:21:20.823Z (7 months ago)
- Language: Clojure
- Size: 5.86 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reagent Leaflet #
Simple ClojureScript example for using LeafletJS maps as Reagent components.
Demo at http://webjure.org/reagent-leaflet/ (see example.cljs for the code).
## Running locally ##
Clone this repo and run: lein figwheel example
## TODO ##
This is work in progress.
* no externs yet (not tested in advanced compilation mode)
* support more options
* support more geometry types and geometry options (color, bind popups, etc)
* support more events
* unmount behaviour (cleanup when map is being removed from DOM)
* turn this into a proper library and push it to clojars
* plethora of other stuff...