Link: http://www1.qhoach.com/
When you drag, this map is panned... But if you drag on KML features (icon with circle), nothing happens
|
Link: http://www1.qhoach.com/ When you drag, this map is panned... But if you drag on KML features (icon with circle), nothing happens
| |||
|
feedback
|
|
First of all,in your application there are four level of maps including the vector layer you mentioned with circle icons in your question.
Analysis:
Starting with zero to last one,only vector seems to be the last one,others stays as overlay tiles.In order to come this problem we have to focus on marker layer,namely features (icons). Solution:
Once this control is activated you have to ensure your layers to pass events through another layer.To do that,simply
After all these actions we made so far,one last thing left to do:
That's switching the order of markers and kml layer.
In addition to this solution,easy way allows only you to drag through map,when all sudden clicking features of icons may lost without long way,so it's your choice to leave them behind. | |||||
feedback
|