Template:Fragoria Map
From FragoriaWiki
(Difference between revisions)
Line 9: | Line 9: | ||
</div> | </div> | ||
<div id="current"> </div> | <div id="current"> </div> | ||
- | <input type="button" value="Show All" onclick="showallMarkers(); | + | <input type="button" value="Show All" onclick="showallMarkers();showallPolylines(999);"> |
- | <input type="button" value="Road Stones" onclick="displayMarkers(100); | + | <input type="button" value="Road Stones" onclick="displayMarkers(100);showallPolylines(999);"> |
- | <input type="button" value="Green Dungeons" onclick="displayMarkers(10); | + | <input type="button" value="Green Dungeons" onclick="displayMarkers(10);hideallPolylines();"> |
- | <input type="button" value="Red Dungeons" onclick="displayMarkers(20); | + | <input type="button" value="Red Dungeons" onclick="displayMarkers(20);hideallPolylines();"> |
- | <input type="button" value="Hide All" onclick="hideallMarkers(); | + | <input type="button" value="Hide All" onclick="hideallMarkers();hideallPolylines();"> |
</center> | </center> | ||
</html> | </html> |
Revision as of 20:32, 21 April 2015