This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-24
Channels
- # announcements (2)
- # beginners (131)
- # calva (4)
- # cider (29)
- # cljs-dev (18)
- # cljsrn (8)
- # clojure (61)
- # clojure-czech (1)
- # clojure-europe (5)
- # clojure-italy (14)
- # clojure-nl (6)
- # clojure-switzerland (2)
- # clojure-uk (125)
- # clojuredesign-podcast (10)
- # clojurescript (25)
- # clojutre (15)
- # clr (4)
- # code-reviews (4)
- # data-science (1)
- # emacs (1)
- # events (2)
- # fulcro (12)
- # graalvm (4)
- # jobs (2)
- # keechma (1)
- # off-topic (1)
- # pathom (18)
- # re-frame (3)
- # reagent (7)
- # shadow-cljs (106)
- # spacemacs (33)
- # sql (12)
- # xtdb (5)
anyone using a new openlayers version with reagent? the cljsjs packaged is in 4.4 and the 5.x series doesn’t use google closure anymore
seems the minified build can be included in page and you can just use stuff from the global ol
object… if you don’t want to mess with npm
I've used it with Shadow-cljs as npm package.
I'm using OpenLayers 5 heavily in this project https://github.com/lipas-liikuntapaikat/lipas with npm and webpack
I just really dislike npm (perhaps unfairly) and would rather not have it in my build process
did you need to write https://github.com/lipas-liikuntapaikat/lipas/blob/master/webapp/src/js/index.js that by hand?
I've used it with Shadow-cljs as npm package.