-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (49 loc) · 2.21 KB
/
Copy pathindex.html
File metadata and controls
59 lines (49 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Interactive Map of Catalunya using GoogleMaps API - Demo V5.0</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="GoogleMaps gMap Catalunya Map" name="description">
<meta content="Enric Ballo" name="author">
<link href="favicon.png" rel="shortcut icon"/>
<!-- facebook tags -->
<meta content="assets/images/CM.png" property="og:image"/>
<meta content="auto" property="og:image:width"/>
<meta content="Interactive map of Catalonia based GoogleMaps library." property="og:description"/>
<meta content="https://demo.catalunyamedieval.es/gmap50/" property="og:url"/>
<meta content="Interactive Map of Catalunya using GoogleMaps API" property="og:title"/>
<link href="https://fonts.googleapis.com/css?family=Droid+Serif" rel="stylesheet">
<link href="css/catalunya-gmap.css" rel="stylesheet" type="text/css">
<script type="application/javascript">
var gmap_type_filter = []
var gmap_comarca_filter = []
</script>
</head>
<body>
<h1 id="title-h1">Interactive Map of Catalunya using GoogleMaps API - Demo V5.0</h1>
<h4 id="title-h4"> :: Catalunya Medieval Project - <a href="https://www.catalunyamedieval.es/" target="_blank"
title="Catalunya Medieval">www.catalunyamedieval.es</a> ::</h4>
<div id="container">
<div class="primaryDiv_big" id="primaryDiv">
<div id="mapContainer">
<div id="gMap"></div>
</div>
</div>
<div id="secondaryDiv">
<div id="error">
<h2>No hi ha cap edificació disponible per aquesta comcarca</h2></div>
<label for="search-llista"></label>
<input id="search-llista" placeholder="cercar.." type="search">
<div id="llista">
<ul id="mapLlist"></ul>
</div>
</div>
</div>
</body>
<footer>
<script src="js/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/catalunya-gmap-path.json" type="text/javascript"></script>
<script src="js/catalunya-gmap.min.js" type="text/javascript"></script>
</footer>
</html>