generated from stadtentwicklung/masterplan-polski
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·26 lines (26 loc) · 1.53 KB
/
index.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
<!-- The main backbone comes from QGIS' gdal2tiles functionality - power-thx to QGIS-Community -->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta charset="utf-8"> -->
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
<title>Masterplan Cottbuser Ostsee</title>
<!-- JQUERY -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- Leaflet -->
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin=""/>
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js" integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" crossorigin=""></script>
<!-- Loading-Control: https://github.com/ebrelsford/Leaflet.loading -->
<link rel="stylesheet" href="./src/Control.Loading.css" />
<script src="./src/Control.Loading.js"></script>
<!-- Individual Styles -->
<link rel="stylesheet" href="main.css">
</head>
<body>
<input type="button" id="locateButton" value="Wyświetl lokalizację lub przeładuj!" onClick="javascript:getLocationLeaflet();">
<div id="map"></div>
<script src="main.js"></script>
</body>
</html>