Closed GoogleCodeExporter closed 8 years ago
You specified fixed constants for the map longitude and latitude
(latitude="40.3574" longitude="-3.55138"). In order to update the map
coordinates with the new values after moving the map, then you have to do the
following:
1. Create a client listener on the map 'center_changed'.
2. Replace the map latitude and longitude current constant values with EL
attributes.
3. In the client listener handler, re-render the map using the JSF Ajax API to
update the map center EL values.
Original comment by Hazem.sa...@gmail.com
on 17 Aug 2014 at 10:03
Original issue reported on code.google.com by
inmobil...@gmail.com
on 2 Jan 2014 at 3:10