Support other tilesets, xyz tiles, etc. Fixes #130

This commit is contained in:
Tom MacWright
2012-11-30 17:25:48 -05:00
parent 4abc8b394b
commit fa2d04dfe7
4 changed files with 21 additions and 3 deletions
+3 -1
View File
@@ -50,6 +50,8 @@
</head>
<body>
<div id="iD"></div>
<script>iD(document.getElementById('iD'));</script>
<script>
iD(document.getElementById('iD'));
</script>
</body>
</html>