Created
November 22, 2017 12:50
-
-
Save sfkeller/f66695e9e9bedfe906826756dfca60cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Embedded uMap Example</title> | |
<link rel="stylesheet" href="style.css"> | |
<script src="script.js"></script> | |
</head> | |
<body> | |
<!-- page content --> | |
<h1>Embedded uMap Example</h1> | |
<p>Some text...</p> | |
<!-- umap --> | |
<iframe width="100%" height="300px" frameBorder="0" src="http://umap.osm.ch/en/map/car-sharing-mobility-in-der-schweiz_409?scaleControl=false&miniMap=false&scrollWheelZoom=false&zoomControl=true&allowEdit=false&moreControl=true&searchControl=null&tilelayersControl=null&embedControl=null&datalayersControl=true&onLoadPanel=undefined&captionBar=false"></iframe> | |
<p><i>Figure: Map "Car Sharing (Mobility) in der Schweiz". (<a href="http://umap.osm.ch/en/map/car-sharing-mobility-in-der-schweiz_409">Full screen</a>)</i></p> | |
<!-- page content continued --> | |
<p>Some more text...</p> | |
<!-- footer --> | |
<hr> | |
<p>About OpenStreetMap and uMap see <a href="https://www.osm.ch/">OSM.ch</a></p> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment