Widget:Google Maps: Unterschied zwischen den Versionen

Aus Colliseum
Zur Navigation springen Zur Suche springen
(GMap API - SSL)
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
</noinclude><includeonly><!--{if not isset($static)}--><!--{counter name="mapDivID" assign="mapDivID"}--><script type="text/javascript" src="http://www.google.com/jsapi"></script>
</noinclude><includeonly><!--{if not isset($static)}--><!--{counter name="mapDivID" assign="mapDivID"}--><script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
<script type="text/javascript">
google.load("maps", "2.s");
google.load("maps", "2.s");
Zeile 25: Zeile 25:
         <!--{foreach from=$marker item=m}-->
         <!--{foreach from=$marker item=m}-->
             var markerIcon=new GIcon(G_DEFAULT_ICON);
             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.letter)}-->markerIcon.image="https://www.google.com/mapfiles/marker<!--{$m.letter|escape:'urlpathinfo'}-->.png";<!--{/if}-->
             <!--{if isset($m.icon)}-->markerIcon.image='<!--{$m.icon|validate:url}-->';<!--{/if}-->
             <!--{if isset($m.icon)}-->markerIcon.image='<!--{$m.icon|validate:url}-->';<!--{/if}-->
             var markerLatLng = new GLatLng('', '<!--{$m.lng|escape:'quotes'}-->');
             var markerLatLng = new GLatLng('', '<!--{$m.lng|escape:'quotes'}-->');

Version vom 26. Juni 2016, 16:16 Uhr