I looked at that, rossko, thanks. And I know you have to make your kml
public, I have. Its just a matter of knowing what to type, and where to get
it up on the map. Heres one of
them: https://sites.google.com/site/duffyfileskml/westchesterfiles
Heres the code for the rest of the page. Like I said, very simple. Not
enough for me apparenty :D
<!DOCTYPE html>
<html>
<head>
<center>
<big>
<b>
Borough of West Chester Police Blotter<br>
</b>
</big>
</center>
<center>
<i>November 23rd, 2011</i>
</center>
<br>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<style type="text/css">
html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#map_canvas { height: 100% }
</style>
<script type="text/javascript"
src="http://maps.googleapis.com/maps/api/js?sensor=false">
</script>
<script type="text/javascript">
function initialize() {
var latlng = new google.maps.LatLng(39.96, -75.605
);
var myOptions = {
zoom: 14,
center: latlng,
mapTypeId: google.maps.MapTypeId.HYBRID
};
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
}
</script>
</head>
<body onload="initialize()">
<div id="map_canvas" style="width:80%; height:80%"></div>
<br>
1. DUI<br>
2. Disorderly Conduct<br>
3. Burglary<br>
<body bgcolor="#0066FF">
</body>
</html>
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/BA3lKPPLmGEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.