Hi,
I have 3 InMemoryMarker Overlays and add client markers to the controll. On postback these markers are added to the InMemoryMarker Overlay.
The issue is than on zoom and pan before post back the client markers dissappear.
Should the client markers be added to a OpenLayer Marker Layer in order to persist on client zoom and pan.
If so this leaves me with 2 options
- For each server layer (3) add 3 client layers and add the markers to the respoective layers
- Use 1 client layer and addthe markers prefixing the Id appropiatly to identify which layer it belongs to (or use some other means),
What do you think?
Liam