gomtar
Forum Replies Created
-
Hi, can you tel me what I am doing wrong hier
function toggleGroup(type) { for (var i = 0; i < markerGroups[type].length; i++) { var marker = markerGroups[type][i]; if (marker.isHidden()) { marker.show(); } else { marker.hide(); } } } function toggleLabels() { var showLabels = document.getElementById("labelsCheckbox").checked; for (groupName in markerGroups) { for (var i = 0; i < markerGroups[groupName].length; i++) { var marker = markerGroups[groupName][i]; marker.setLabelVisibility(showLabels); } } }this code wil show just the first markplace from my XML file ([Marker])
Thanks
@mlh1407
Ok, thank you for you answer and time, but you bring this to work (filtering by Category ) by your local project, If yes, I will really appreciate it you can send kind-of step by step that I try it an see if I can use this for my page.Many thanks
HI, thank you for your Plug-in realy like it!
what I need really is the Category Filter option, I would like (Igess like “aslanov“) (on the map) to be able to see the placemarks of a category that I click on, let say Category 1, category, category3 each time I chose ä category just the places of this category will apear in the map.Many thanks of your answer.
@mlh1407 could you send a URL to see how it lock like