Fork me on GitHub
#hoplon
<
2019-01-16
>
flyboarder03:01:17

@dave I dont see that version on clojars

dave03:01:17

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

flyboarder03:01:04

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

dave03:01:35

@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

flyboarder03:01:25

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

flyboarder03:01:36

does that fix it? looks like there are externs already

flyboarder04:01:01

v3.35 looks to be the latest

flyboarder04:01:41

Are you comiling with advanced?

flyboarder04:01:04

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

dave04:01:17

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

dave15:01:40

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

dave15:01:57

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