chellymehdi / vopenlayers

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

Allow base layer to be changed from server-side and keep server and client synchronized #119

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This patch adds support for changing the base layer from the server.
Also, the client-side Map code now listens for the OL changebaselayer event 
type, and passes back a message server-side when that happens, which results in 
a new BaseLayerChangeEvent being fired in OpenLayersMap.
This allows server-side code to keep synchronized with what is happening 
client-side with respect to the base layer.

Test case is included in the patch.

John Ryan

Original issue reported on code.google.com by jr...@redzonesoftware.com on 19 Dec 2012 at 7:10

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r226.

Original comment by ma...@vaadin.com on 16 Apr 2013 at 3:19

GoogleCodeExporter commented 8 years ago
Thanks, I'd assume this is essential feature for many users. I made a small 
enhancement to patch and the event now reports the actual layers, not just the 
name.

Original comment by ma...@vaadin.com on 16 Apr 2013 at 3:20