forked from geobolivia/visualizador
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathviewer.html
48 lines (48 loc) · 1.72 KB
/
viewer.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html lang="es" xml:lang="es" xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<title>API GeoBolivia - Compartir para crecer</title>
<meta content="API GeoBolivia: la Infraestructura de Datos
Espaciales del Estado Plurinacional de Bolivia"
name="description">
<!--link rel="stylesheet" href="theme/default/style.css" type="text/css"/-->
<link rel="stylesheet" href="viewer.css" type="text/css"/>
</head>
<body>
<div id="wrapper1">
<div id="wrapper2">
<div id="wrapper3">
<div id="tools">
<div id="icons">
</div><!--#icons-->
<div id="measure">
</div><!--#measure-->
</div><!--#tools-->
<div id="wrapper4">
<div id="map">
</div><!--#map-->
<div id="attribution">
<a href="http://www.geo.gob.bo">
GeoBolivia - Infraestructura de Datos Espaciales
<img src="img/geologo_16x16.png" alt="Logotipo de GeoBolivia" />
</a>
</div><!--#attribution-->
</div><!--#wrapper4-->
</div><!--#wrapper3-->
<div id="legend">
</div><!--#legend-->
</div><!--#wrapper2-->
<div id="metadata">
<ul id="metadata-ul">
</ul><!--#metadata-ul-->
</div><!--#metadata-->
</div><!--#wrapper1-->
<div id="ajaxloader">
<img src="img/ajaxloader.gif"/>
<span>Visualizador API de GeoBolivia</span>
</div>
<script src="http://openlayers.org/dev/OpenLayers.js"></script>
<script src="viewer.js"></script>
</body>
</html>