disregard that last one.
ok, well i've got the three placemarks into the code. its only reading it
as the last one i put in.
<!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>
</head>
<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);
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
var DUI = new
google.maps.KmlLayer('https://sites.google.com/site/duffyfileskml/westchesterfiles/DUI.kml?attredirects=0&d=1');
DUI.setMap(map);
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
var DOC = new
google.maps.KmlLayer('https://sites.google.com/site/duffyfileskml/westchesterfiles/DisorderlyConduct.kml?attredirects=0&d=1');
DOC.setMap(map);
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
var BURG = new
google.maps.KmlLayer('https://sites.google.com/site/duffyfileskml/westchesterfiles/Burglary.kml?attredirects=0&d=1');
BURG.setMap(map);
}
</script>
<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/-/KzSxEo49Xj0J.
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.