henrichen / zkgmapsz

Automatically exported from code.google.com/p/zkgmapsz
0 stars 0 forks source link

latlng is undefined #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"latlng is undefined" error message occurs in firebug when loading page.

Sample zul file

<window title="Hello World!!" border="normal" width="600px">
<gmaps lat="-41" lng="174" id="my_map" height="300px" showSmallCtrl="true">
    <gmarker id="my_mark" lat="-41" lng="174"></gmarker>
</gmaps>
</window>

Original issue reported on code.google.com by vincentj...@potix.com on 22 Sep 2011 at 2:15

GoogleCodeExporter commented 9 years ago
Fixed since 2011-09-22

Original comment by benbai...@gmail.com on 23 Sep 2011 at 4:51

GoogleCodeExporter commented 9 years ago
This is because google provide version 3.6 now, please specify version manually 
as follows:

<gmaps version="3.5" ...

Original comment by benbai...@gmail.com on 23 Sep 2011 at 5:02