GeoGebra Events
Use the map and calendar below to find GeoGebra workshops and conferences close to you. If you know about other events, please let us know at
このメールアドレスは、スパムロボットから保護されています。アドレスを確認するにはJavaScriptを有効にしてください
GeoGebraのイベントvar map; var geoXml; var toggleState = 1; function initialize() { if (GBrowserIsCompatible()) { geoXml = new GGeoXml("http://pipes.yahoo.com/pipes/pipe.run?_id=d696db6de1dda5c86fc8fa59bbef6aec&_render=kml&gCalXml=http%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2Fpj0qjbvlp82k41pdvi2ut0lrh8%2540group.calendar.google.com%2Fpublic%2Fbasic"); map = new GMap2(document.getElementById("map_canvas")); map.setCenter(new GLatLng(25,5), 2); map.setUIToDefault(); map.addOverlay(geoXml); } } function toggleMyKml() { if (toggleState == 1) { map.removeOverlay(geoXml); toggleState = 0; } else { map.addOverlay(geoXml); toggleState = 1; } } initialize(); |
||
|
||