forked from egaxegax/dbcartajs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmerc.html
More file actions
15 lines (15 loc) · 713 Bytes
/
merc.html
File metadata and controls
15 lines (15 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>dbCartajs - HTML5 Canvas map - Mercator Projection</title>
<style type="text/css">html,body,table{overflow:hidden;margin:0;padding:0;width:100%;height:100%}</style>
<script type="text/javascript" src="proj4js-combined.js"></script>
<script type="text/javascript" src="dbcarta.js"></script>
<script type="text/javascript" src="demodata/continents.js"></script>
<script type="text/javascript" src="demodata/countriesd.js"></script>
<script type="text/javascript" src="demodata/citiesd.js"></script>
<script type="text/javascript" src="demos/merc.inc.js"></script>
</head>
<body onload="init()"></body>
</html>