-
Notifications
You must be signed in to change notification settings - Fork 0
/
map.php
51 lines (39 loc) · 1.25 KB
/
map.php
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
<?php include 'core/config.php'; ?>
<!DOCTYPE html>
<html lang="sh">
<?php include 'includes/mapincludes/head.php' ?>
<body>
<?php include 'includes/header.php' ?>
<!-- Main content -->
<div class="container-fluid">
<div class="row">
<div class="col-md-12 text-left">
<h1>Kartografski pregled</h1>
<hr>
</div>
</div>
</div>
<!-- Main content -->
<?php include 'includes/mapincludes/mapnav.php' ?>
<!-- Map Div -->
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div id="map" class="map"></div>
<div id="legend">
<img src="http://localhost:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&LAYER=LPIS:rs_agrparcel"> - Parcela
</div>
</div>
</div>
</div>
<!-- Map Div -->
<!-- Modals -->
<?php include 'includes/modals/modalHelp.php' ?>
<?php include 'includes/modals/modalStat.php' ?>
<?php include 'includes/modals/modalWFS.php' ?>
<?php include 'includes/modals/modalWMS.php' ?>
<!-- Modals -->
<?php include 'includes/footer.php' ?>
<?php include 'includes/mapincludes/scripts.php' ?>
</body>
</html>