My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Control de Escala en Google Maps</title>
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAA1gybajGje1CxFHgzphPqhBTkhzudNWd_u13Cffh29fB-9TXQzxQVh6gduUCW9NeYlGOi-AFsvIHQpg"
type="text/javascript"></script>

<script type="text/javascript">

function load(){
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("mapa"));
map.setCenter(new GLatLng(40.674389,-4.700432), 12);
map.addControl(new GSmallMapControl());
map.addControl(new GScaleControl());
}
}

</script>
</head>
<body onload="load();" onunload="GUnload();">
<h1>Control de Escala en Google Maps</h1>

<div id="mapa" style="width: 400px;height: 300px;">
</div>

<hr>
Art&iacute;culo disponible en: <a href="http://lineadecodigo.com/2007/04/11/poner-control-de-escala-con-google-maps/">http://lineadecodigo.com/2007/04/11/poner-control-de-escala-con-google-maps/</a><br/>
<a href="http://lineadecodigo.com" title="Linea de Codigo">lineadecodigo.com</a>


</body>
</html>

Change log

r23 by vcuervo on Feb 8, 2008   Diff
Subida inicial
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 1228 bytes, 34 lines
Powered by Google Project Hosting