Skip to content

Instantly share code, notes, and snippets.

@codeofsumit
Last active December 12, 2018 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeofsumit/e06ccb6415d6727df506e2b46c63db49 to your computer and use it in GitHub Desktop.
Save codeofsumit/e06ccb6415d6727df506e2b46c63db49 to your computer and use it in GitHub Desktop.
Geoman.io - Testing Maps with Cypress
<!DOCTYPE >
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@latest/dist/leaflet.css" />
<link rel="stylesheet" href="dist/leaflet.pm.css" />
<script src="https://unpkg.com/leaflet@latest/dist/leaflet.js"></script>
<style>
html,
body {
font-family: Arial, Verdana;
background-color: #eef1ef;
font-size: 16px;
width: 100%;
height: 100%;
margin: 0;
}
.wrapper {
width: 100%;
height: 100%;
}
#map {
height: 500px;
}
</style>
</head>
<body>
<div class="wrapper"><div id="map"></div></div>
<script src="dist/leaflet.pm.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment