Observable + Leaflet App #4100
kbvernon
started this conversation in
Show and Tell
Replies: 1 comment
-
Hey, that's a very cool demo, thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a simple (simple 😂) Observable + Leaflet app for exploring watersheds in the US Southwest (mostly New Mexico and Arizona). The APP IS HERE and the CODE IS HERE.
The main thing I struggled with is getting cells to communicate in both directions, so to speak, without circularity. That took me a minute to figure out as reactivity in Observable is utterly mystifying, especially the concept of mutation and mutable cells (which are available but frowned upon), but maybe that's because JavaScript for me might as well be Tamarian.
Anyway, I have a lot to say about the experience, but I'll leave it at that.
As always, thanks to the Posit team for making Quarto! It's such a great tool, I find myself constantly fighting the urge to believe that it's really me that's being clever. 🥸
Beta Was this translation helpful? Give feedback.
All reactions