imported the script for creating gml files and displaying a dynamic map

This commit is contained in:
lars 2010-01-27 00:38:26 +00:00
parent a0029f5e57
commit 1c8a91836e
66 changed files with 20323 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<script src="event_map.js"></script>
<div id="event_map"></div>
</body>
</html>