Newer
Older
TADOKOROc1231429 / leaflet-omnivore-template.html
<!DOCTYPE html>
<html lang="ja">
<head><title>Loading GeoJSON with leaflet-omnivore</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="../src/leaflet.css" />
<script src="../src/leaflet.js"></script>
<script src="../src/leaflet-omnivore.min.js"></script>
<style type="text/css">
<!--
div#map {width: 90vw; height: 80vh; margin: 0 auto;}
-->
</style>
</head>
<body>
<h1>例:GeoJSON ロード</h1>
<div id="map"></div>
<script type="text/javascript"
 src="[[ここをjsプログラムに変える]].js" charset="utf-8"></script>
</body>
</html>