hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
flyboarder 2019-01-16T03:40:17.161400Z

@dave I dont see that version on clojars

flyboarder 2019-01-16T03:40:34.161800Z

https://clojars.org/hoplon/google-maps

dave 2019-01-16T03:42:17.162300Z

@flyboarder whoops! my mistake. it looks like we're using a fork: https://clojars.org/rowtr/google-maps

flyboarder 2019-01-16T03:44:04.163200Z

@dave can you test a build from that pr? I’ll merge it if it’s working for you

dave 2019-01-16T03:52:35.164400Z

@flyboarder i've tested it and it works great, although i noticed these warnings:

WARNING: Use of undeclared Var hoplon.google.jsapi.maps/map__34143 at line 135 /home/dave/.config/boot/cache/tmp/home/dave/code/geir/eho/-u9zwz5/index.7d4dc4d9965e41d4a7ee7248cc20917f.html.out/hoplon/google/jsapi/maps.cljs
WARNING: Use of undeclared Var hoplon.google.jsapi.maps/map__34143 at line 135 /home/dave/.config/boot/cache/tmp/home/dave/code/geir/eho/-u9zwz5/index.7d4dc4d9965e41d4a7ee7248cc20917f.html.out/hoplon/google/jsapi/maps.cljs
WARNING: Use of undeclared Var hoplon.google.jsapi.maps/map__34154 at line 139 /home/dave/.config/boot/cache/tmp/home/dave/code/geir/eho/-u9zwz5/index.7d4dc4d9965e41d4a7ee7248cc20917f.html.out/hoplon/google/jsapi/maps.cljs
WARNING: Use of undeclared Var hoplon.google.jsapi.maps/map__34154 at line 139 /home/dave/.config/boot/cache/tmp/home/dave/code/geir/eho/-u9zwz5/index.7d4dc4d9965e41d4a7ee7248cc20917f.html.out/hoplon/google/jsapi/maps.cljs
WARNING: Use of undeclared Var hoplon.google.jsapi.maps/map__34156 at line 139 /home/dave/.config/boot/cache/tmp/home/dave/code/geir/eho/-u9zwz5/index.7d4dc4d9965e41d4a7ee7248cc20917f.html.out/hoplon/google/jsapi/maps.cljs
WARNING: Use of undeclared Var hoplon.google.jsapi.maps/map__34156 at line 139 /home/dave/.config/boot/cache/tmp/home/dave/code/geir/eho/-u9zwz5/index.7d4dc4d9965e41d4a7ee7248cc20917f.html.out/hoplon/google/jsapi/maps.cljs
they appear very similar to the ones described in this issue, so i assume they aren't caused by the changes in the PR https://github.com/hoplon/google-maps/issues/2

flyboarder 2019-01-16T03:59:25.165Z

@dave what about a newer version of the maps library?

flyboarder 2019-01-16T03:59:36.165300Z

does that fix it? looks like there are externs already

flyboarder 2019-01-16T04:00:01.165800Z

v3.35 looks to be the latest

flyboarder 2019-01-16T04:04:41.166300Z

Are you comiling with advanced?

flyboarder 2019-01-16T04:04:45.166500Z

@dave ^

flyboarder 2019-01-16T04:05:04.166900Z

there might be some property renaming happening from what it looks like

dave 2019-01-16T04:08:17.167700Z

Can't dig in at the moment... Will take a closer look soon

dave 2019-01-16T15:30:40.168300Z

@flyboarder i'm a js externs n00b... looks like the latest cljsjs/google-maps available is 3.18-1

dave 2019-01-16T15:30:57.168700Z

i guess one would have to update that in order to test further