First time here? Check out the FAQ!
![]() | 1 | initial version | |
Hello.
Sorry, it seems gmaps did not update center attribute when map moved. The workaround is to update gmaps center attribute manually when map move, for example:
<gmaps id="map">
<attribute name="onMapMove">
map.setCenter(event.getLat(), event.getLng());
</attribute>
</gmaps>
I've created the issue here.
![]() | 2 | No.2 Revision |
Hello.
Sorry, it seems gmaps did not update center attribute when map moved. The workaround is to update gmaps center attribute manually when map move, moved, for example:
<gmaps id="map">
<attribute name="onMapMove">
map.setCenter(event.getLat(), event.getLng());
</attribute>
</gmaps>
I've created the issue here.. If the workaround does not solve your problem, please tell us. Thanks.