-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEjercicio_8.html
26 lines (24 loc) · 949 Bytes
/
Ejercicio_8.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Language" content="es">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="css/estilo_ejercicio8.css">
<link rel="stylesheet" type="text/css" href="../OpenLayers-2.13.1/theme/default/style.css" />
<script type="text/javascript" src="../OpenLayers-2.13.1/OpenLayers.js"></script>
<script type="text/javascript" src="js/script_ejercicio8.js"></script>
<title>Ejercicio 8</title>
</head>
<body onload="init()">
<div id="header">header</div>
<div id="content">
<div id="map"></div>
<div id="addwms">
<input type="text" id="wmsurl" value="http://shagrat.icc.es/lizardtech/iserv/ows?"><br/><br/>
<input type="button" value="Agregar" onclick="leerCapabilitiesWMS()">
<input type="button" value="Cancelar" onclick="ocultarAddwms()">
</div>
</div>
<div id="footer">footer</div>
</body>
</html>