-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
125 lines (110 loc) · 6.55 KB
/
index.html
File metadata and controls
125 lines (110 loc) · 6.55 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="http://www.ign.gob.ar/sites/default/files/favicon.png" type="image/x-icon" />
<title>IGN - Argenmap</title>
<!-- Bootstrap core CSS -->
<link href="https://getbootstrap.com/docs/3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="https://getbootstrap.com/docs/3.3/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="https://getbootstrap.com/docs/3.3/examples/dashboard/dashboard.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="https://getbootstrap.com/docs/3.3/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src='https://code.jquery.com/jquery-3.3.1.min.js'></script>
<script src="https://getbootstrap.com/docs/3.3/dist/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="https://getbootstrap.com/docs/3.3/assets/js/vendor/holder.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="https://getbootstrap.com/docs/3.3/assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- Librerias del mapa -->
<link rel='stylesheet' href='https://npmcdn.com/leaflet@1.0.0-rc.2/dist/leaflet.css' />
<script src='https://npmcdn.com/leaflet@1.0.0-rc.2/dist/leaflet.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/leaflet-ajax/2.1.0/leaflet.ajax.min.js'></script>
<script src='https://daniellsu.github.io/leaflet-betterscale/L.Control.BetterScale.js'></script>
<link rel='stylesheet' href='https://daniellsu.github.io/leaflet-betterscale/L.Control.BetterScale.css' />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
crossorigin="anonymous">
<!-- Awesome Markers -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.1/leaflet.awesome-markers.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.1/leaflet.awesome-markers.min.js"></script>
<!-- Leaflet Minimap plugin -->
<link rel="stylesheet" href="js/leaflet-minimap/Control.MiniMap.css">
<script src="js/leaflet-minimap/Control.MiniMap.js"></script>
<!-- Leaflet Locate plugin -->
<link rel="stylesheet" href="https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.43.0/L.Control.Locate.css">
<script src="https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.43.0/L.Control.Locate.min.js"></script>
<!-- Leaflet Mouse Position plugin -->
<link rel="stylesheet" href="js/leaflet-mouseposition/src/L.Control.MousePosition.css">
<script src="js/leaflet-mouseposition/src/L.Control.MousePosition.js"></script>
<!-- Leaflet Measure plugin -->
<link rel="stylesheet" href="js/leaflet-measure/leadflet-measure.css">
<script src="js/leaflet-measure/leaflet-measure.js"></script>
<!-- Leaflet Measure plugin -->
<script src="js/leaflet-easyPrint/bundle.js"></script>
<!-- Leaflet Control.FullScreen plugin -->
<link rel="stylesheet" href="js/leaflet-fullscreen/Control.FullScreen.css" />
<script src="js/leaflet-fullscreen/Control.FullScreen.js"></script>
<!-- Leaflet BetterWMS -->
<script src="js/leaflet-wms/leaflet.wms.js"></script>
<script type="text/javascript" src="./js/functions.js"></script>
<script type="text/javascript" src="./js/entities.js"></script>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<nav class="navbar _navbar-inverse navbar-fixed-top">
<div class="container-fluid col-12 col-xs-12 col-sm-12 col-md-12">
<div class="navbar-header">
<button type="button" class="hidden-lg hidden-md navbar-toggle collapsed pull-left" data-toggle="collapse"
data-target="#sidebar-container" aria-expanded="false" aria-controls="sidebar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand navbar-right">
<span class="xxsmall-hide">
<a href="http://www.ign.gob.ar/" target="_blank"><img src="img/logo.png" alt="Logo IGN" title="Instituto Geográfico Nacional" style=""></a>
</span>
</a>
</div>
<div id="navbar" class="navbar-collapse collapse"></div>
<span class="xxsmall-hide">
<a href="https://www.argentina.gob.ar/defensa" target="_blank">
<img src="img/logoMinDef.png" alt="Logo Ministerio de Defensa" title="Ministerio de Defensa" style="top:11px;position:absolute;right:10px;width:144px;float:right">
</a>
</span>
</div>
</nav>
<div class="container-fluid" id="principal-container">
<div class="row">
<nav id="sidebar-container" class="col-12 col-xs-12 col-sm-12 col-md-2 collapse sidebar _panel-group"
aria-expanded="false" style="padding:0 10px; height:100%">
<div class="loading"><img src="img/loading.gif"></div>
<div id="sidebar" class="nav nav-sidebar panel panel-default"></div>
</nav>
<div id="mapa" class="col-xs-12 col-sm-12 col-md-10 col-md-offset-2 main" style="position: absolute; bottom:0; top: 51px; background-color: white"></div>
</div>
</div>
</body>
<script type="text/javascript" src="./js/mapa.js"></script>
<script type="text/javascript" src="./js/main.js"></script>
</html>