Displaying swisstopo Pixelkarte in Google Map using the new reprojected WMTS tiles.
See http://api3.geo.admin.ch/services/sdiservices.html#other-projections
A Pen by procrastinatio on CodePen.
Displaying swisstopo Pixelkarte in Google Map using the new reprojected WMTS tiles.
See http://api3.geo.admin.ch/services/sdiservices.html#other-projections
A Pen by procrastinatio on CodePen.
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
<body onload="init();"> | |
<div id="map"></div> | |
<script type="text/javascript" src="https://api.geo.admin.ch/loader.js"></script> | |
<script type="text/javascript" src="simple.js"></script> | |
<link href="simple.css" /> | |
</body> |