Open dneykov opened 8 years ago
I figured it out.
If some one need something like this.
I'm storing each layer in array of type
[String: WMSTileOverlay]
and show/hide the particular overlay
self.map.addOverlay(mapOverlays[overlayId]!) self.map.removeOverlay(mapOverlays[overlayId]!)
Great! Good solution.
Hi, your WMS Class is doing great job, but I was wondering is it possible to show/hide multiple wms overlays? Thanks