diff --git a/template.html b/template.html index f960e14..fbb5b27 100644 --- a/template.html +++ b/template.html @@ -1,140 +1,73 @@ - - - - - + - - Minecraft Map Viewer - - - -
-
-
- - + }; + map = new google.maps.Map(document.getElementById("mcmap"), mapOptions); + + // Now attach the coordinate map type to the map's registry + map.mapTypes.set('mcmap', MCMapType); + + // We can now set the map to use the 'coordinate' map type + map.setMapTypeId('mcmap'); + } + + + +
+ + \ No newline at end of file