Widget:Google Maps

From NUEESS

(Difference between revisions)
Jump to: navigation, search
m (Created page with '<noinclude>__NOTOC__ This widget allows you to add '''[http://code.google.com/apis/maps/ Google Maps]''' widget to your wiki page. Created by [http://www.mediawikiwidgets.org/Us…')
m
 
Line 11: Line 11:
</noinclude><includeonly><!--{if not isset($static)}--><!--{counter name="mapDivID" assign="mapDivID"}--><script type="text/javascript" src="http://www.google.com/jsapi?key=<!--{$key|escape:'urlpathinfo'}-->"></script>
</noinclude><includeonly><!--{if not isset($static)}--><!--{counter name="mapDivID" assign="mapDivID"}--><script type="text/javascript" src="http://www.google.com/jsapi?key=<!--{$key|escape:'urlpathinfo'}-->"></script>
<script type="text/javascript">
<script type="text/javascript">
-
google.load("maps", "2.x");
+
google.load("maps", "2.s");
// Call this function when the page has been loaded
// Call this function when the page has been loaded
-
google.setOnLoadCallback(function()
+
google.setOnLoadCallback(function() {
-
{
+
if (google.maps.BrowserIsCompatible()) {
-
if (google.maps.BrowserIsCompatible())
+
-
{
+
var center = new GLatLng('<!--{$lat|escape:'quotes'}-->', '<!--{$lng|escape:'quotes'}-->');
var center = new GLatLng('<!--{$lat|escape:'quotes'}-->', '<!--{$lng|escape:'quotes'}-->');
// Create and Center a Map
// Create and Center a Map
Line 25: Line 23:
map.setZoom(Number('<!--{$zoom|escape:'quotes'|default:16}-->'));
map.setZoom(Number('<!--{$zoom|escape:'quotes'|default:16}-->'));
map.enableScrollWheelZoom();
map.enableScrollWheelZoom();
-
<!--{foreach from=$marker item=m}-->map.addOverlay(new google.maps.Marker(new GLatLng('<!--{$m.lat|escape:'quotes'}-->', '<!--{$m.lng|escape:'quotes'}-->')));<!--{/foreach}-->
+
 
 +
var createMarker = function(markerLatLng,MarkerTitle,markerIcon,markerPopup) {
 +
var marker=new google.maps.Marker(markerLatLng,{title:MarkerTitle,icon:markerIcon});
 +
if (markerPopup) {
 +
GEvent.addListener(marker, "click", function() {
 +
marker.openInfoWindowHtml(markerPopup);
 +
});
 +
}
 +
return marker;
 +
}
 +
<!--{foreach from=$marker item=m}-->
 +
var markerIcon=new GIcon(G_DEFAULT_ICON);
 +
<!--{if isset($m.letter)}-->markerIcon.image="http://www.google.com/mapfiles/marker<!--{$m.letter|escape:'urlpathinfo'}-->.png";<!--{/if}-->
 +
<!--{if isset($m.icon)}-->markerIcon.image='<!--{$m.icon|validate:url}-->';<!--{/if}-->
 +
var markerLatLng = new GLatLng('<!--{$m.lat|escape:'quotes'}-->', '<!--{$m.lng|escape:'quotes'}-->');
 +
var markerPopup="";
 +
<!--{if isset($m.text)}-->markerPopup='<!--{$m.text|escape:'quotes'}-->';<!--{/if}-->
 +
var marker = new createMarker(markerLatLng,'<!--{$m.title|escape:'quotes'}-->',markerIcon,markerPopup);
 +
 +
map.addOverlay(marker);
 +
<!--{/foreach}-->
<!--{if isset($xml)}-->map.addOverlay(new GGeoXml('<!--{$xml|escape:'quotes'}-->'));<!--{/if}-->
<!--{if isset($xml)}-->map.addOverlay(new GGeoXml('<!--{$xml|escape:'quotes'}-->'));<!--{/if}-->
<!--{if isset($centermarker)}-->map.addOverlay(new google.maps.Marker(center));<!--{/if}-->
<!--{if isset($centermarker)}-->map.addOverlay(new google.maps.Marker(center));<!--{/if}-->

Latest revision as of 16:27, 8 December 2011

This widget allows you to add Google Maps widget to your wiki page.

Created by Sergey Chernyshev

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Widget:Google Maps article.





Whos here now:   Members 0   Guests 0   Bots & Crawlers 1
 
Personal tools