Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
local_info [2014/01/25 23:49]
Admin
local_info [2014/01/25 23:51]
Admin
Line 6: Line 6:
  
 <​html>​ <​html>​
 +<​script>​
 + ​(function(){
 +  var Map = new SearchChMap({container : '​mapcontainer',​ center:'​8092 Zürich/​Universitätstrasse 6',​type:'​street',​poigroups:'​verkehr'​});​
 +         ​Map.addPOI(new SearchChPOI({ center:'​8092 Zürich/​Universitätstrasse 6', title:'​Adresse',​
 + html:'​Universitätstrasse 6, 8092 Zürich',​ icon:'​http://​www.mapsearch.ethz.ch/​map/​images/​red_bllt.gif'​ }));
 + })();
 +</​script>​
 <div id="​mapcontainer"​ style="​width:​100%;​height:​380px;​border:​1px solid #​c9cfd2"​ aria-hidden="​true"></​div>​ <div id="​mapcontainer"​ style="​width:​100%;​height:​380px;​border:​1px solid #​c9cfd2"​ aria-hidden="​true"></​div>​
 </​html>​ </​html>​