From 54955efbd2c79ee1f2676ae22fe67a8dc5ba56bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Spagnolo?= Date: Tue, 28 Mar 2023 00:26:00 +0200 Subject: [PATCH] multithreaded image loading implemented --- data_scrape/.gitignore | 1 - data_scrape/bs.py | 39 - data_scrape/index.html | 54 - data_scrape/urls.txt | 64824 --------------------------------------- 4 files changed, 64918 deletions(-) delete mode 100644 data_scrape/.gitignore delete mode 100644 data_scrape/bs.py delete mode 100644 data_scrape/index.html delete mode 100644 data_scrape/urls.txt diff --git a/data_scrape/.gitignore b/data_scrape/.gitignore deleted file mode 100644 index a9d80f5..0000000 --- a/data_scrape/.gitignore +++ /dev/null @@ -1 +0,0 @@ -dataset/* diff --git a/data_scrape/bs.py b/data_scrape/bs.py deleted file mode 100644 index f227222..0000000 --- a/data_scrape/bs.py +++ /dev/null @@ -1,39 +0,0 @@ -LAT_START = 45.9887 -LAT_END = 46.1339 -LNG_START = 14.4431 -LNG_END = 14.5910 - -TILTS = [i for i in range(10, 60, 20)] -HEADINGS = [i for i in range(0, 360, 90)] - -import numpy as np - -## 3 -## 4 -#driver.save_screenshot('screenshot.png') -## 5 -#driver.quit() - -def generate_coordinates(): - urls = [] - latitudes = np.arange(LAT_START, LAT_END, 0.001) - longitudes = np.arange(LNG_START, LNG_END, 0.001) - for latitude in latitudes: - for longitude in longitudes: - for tilt in TILTS: - params=f'?lng={longitude}&lat={latitude}&tilt={tilt}&heading=0' - url = f'http://localhost:8000/index.html{params}' - urls.append(url) - - return urls - - -urls = generate_coordinates() - -# Write url line by line to text file - -with open("urls.txt", "w") as output: - for url in urls: - output.write(url + "\n") - - output.close() diff --git a/data_scrape/index.html b/data_scrape/index.html deleted file mode 100644 index 535a47c..0000000 --- a/data_scrape/index.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - -
- - - - diff --git a/data_scrape/urls.txt b/data_scrape/urls.txt deleted file mode 100644 index 21332a3..0000000 --- a/data_scrape/urls.txt +++ /dev/null @@ -1,64824 +0,0 @@ -http://localhost:8000/index.html?lng=14.4431&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.9887&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.9887&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.9887&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.9897&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.9897&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.9897&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.9907&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.9907&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.9907&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.991699999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.991699999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.991699999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99269999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99269999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99269999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99369999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99369999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99369999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99469999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99469999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99469999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.995699999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.995699999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.995699999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99669999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99669999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99669999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99769999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99769999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99769999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99869999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99869999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.99869999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.999699999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.999699999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=45.999699999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00069999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00069999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00069999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00169999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00169999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00169999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00269999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00269999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00269999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00369999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00369999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00369999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.004699999999964&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.004699999999964&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.004699999999964&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00569999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00569999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00569999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00669999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00669999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00669999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00769999999996&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00769999999996&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00769999999996&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.008699999999955&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.008699999999955&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.008699999999955&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00969999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00969999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.00969999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01069999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01069999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01069999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01169999999995&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01169999999995&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01169999999995&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.012699999999946&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.012699999999946&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.012699999999946&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01369999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01369999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01369999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01469999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01469999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01469999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01569999999994&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01569999999994&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01569999999994&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.016699999999936&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.016699999999936&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.016699999999936&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.017699999999934&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.017699999999934&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.017699999999934&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01869999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01869999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01869999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01969999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01969999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.01969999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02069999999993&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02069999999993&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02069999999993&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.021699999999925&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.021699999999925&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.021699999999925&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02269999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02269999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02269999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02369999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02369999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02369999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02469999999992&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02469999999992&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02469999999992&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.025699999999915&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.025699999999915&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.025699999999915&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02669999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02669999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02669999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02769999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02769999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02769999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02869999999991&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02869999999991&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.02869999999991&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.029699999999906&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.029699999999906&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.029699999999906&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.030699999999904&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.030699999999904&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.030699999999904&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0316999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0316999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0316999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0326999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0326999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0326999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0336999999999&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0336999999999&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0336999999999&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.034699999999894&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.034699999999894&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.034699999999894&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03569999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03569999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03569999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03669999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03669999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03669999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03769999999989&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03769999999989&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03769999999989&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.038699999999885&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.038699999999885&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.038699999999885&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03969999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03969999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.03969999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04069999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04069999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04069999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04169999999988&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04169999999988&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04169999999988&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.042699999999876&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.042699999999876&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.042699999999876&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04369999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04369999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04369999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04469999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04469999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04469999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04569999999987&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04569999999987&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04569999999987&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.046699999999866&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.046699999999866&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.046699999999866&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.047699999999864&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.047699999999864&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.047699999999864&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04869999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04869999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04869999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04969999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04969999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.04969999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05069999999986&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05069999999986&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05069999999986&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.051699999999855&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.051699999999855&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.051699999999855&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05269999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05269999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05269999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05369999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05369999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05369999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05469999999985&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05469999999985&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05469999999985&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.055699999999845&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.055699999999845&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.055699999999845&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05669999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05669999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05669999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05769999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05769999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05769999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05869999999984&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05869999999984&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.05869999999984&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.059699999999836&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.059699999999836&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.059699999999836&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.060699999999834&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.060699999999834&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.060699999999834&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06169999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06169999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06169999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06269999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06269999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06269999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06369999999983&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06369999999983&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06369999999983&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.064699999999824&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.064699999999824&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.064699999999824&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06569999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06569999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06569999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06669999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06669999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06669999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06769999999982&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06769999999982&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06769999999982&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.068699999999815&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.068699999999815&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.068699999999815&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06969999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06969999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.06969999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07069999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07069999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07069999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07169999999981&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07169999999981&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07169999999981&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.072699999999806&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.072699999999806&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.072699999999806&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0736999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0736999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0736999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0746999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0746999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0746999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0756999999998&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0756999999998&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.0756999999998&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.076699999999796&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.076699999999796&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.076699999999796&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.077699999999794&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.077699999999794&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.077699999999794&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07869999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07869999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07869999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07969999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07969999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.07969999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08069999999979&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08069999999979&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08069999999979&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.081699999999785&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.081699999999785&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.081699999999785&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08269999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08269999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08269999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08369999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08369999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08369999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08469999999978&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08469999999978&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08469999999978&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.085699999999775&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.085699999999775&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.085699999999775&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08669999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08669999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08669999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08769999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08769999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08769999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08869999999977&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08869999999977&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.08869999999977&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.089699999999766&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.089699999999766&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.089699999999766&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.090699999999764&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.090699999999764&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.090699999999764&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09169999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09169999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09169999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09269999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09269999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09269999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09369999999976&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09369999999976&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09369999999976&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.094699999999754&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.094699999999754&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.094699999999754&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09569999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09569999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09569999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09669999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09669999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09669999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09769999999975&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09769999999975&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09769999999975&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.098699999999745&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.098699999999745&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.098699999999745&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09969999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09969999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.09969999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10069999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10069999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10069999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10169999999974&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10169999999974&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10169999999974&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.102699999999736&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.102699999999736&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.102699999999736&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10369999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10369999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10369999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10469999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10469999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10469999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10569999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10569999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10569999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10669999999973&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10669999999973&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10669999999973&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.107699999999724&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.107699999999724&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.107699999999724&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10869999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10869999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10869999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10969999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10969999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.10969999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11069999999972&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11069999999972&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11069999999972&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.111699999999715&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.111699999999715&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.111699999999715&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11269999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11269999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11269999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11369999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11369999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11369999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11469999999971&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11469999999971&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.11469999999971&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.115699999999705&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.115699999999705&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.115699999999705&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.1166999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.1166999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.1166999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.1176999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.1176999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.1176999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.1186999999997&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.1186999999997&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.1186999999997&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.119699999999696&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.119699999999696&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.119699999999696&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.120699999999694&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.120699999999694&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.120699999999694&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12169999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12169999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12169999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12269999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12269999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12269999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12369999999969&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12369999999969&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12369999999969&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.124699999999685&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.124699999999685&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.124699999999685&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12569999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12569999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12569999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12669999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12669999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12669999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12769999999968&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12769999999968&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12769999999968&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.128699999999675&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.128699999999675&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.128699999999675&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12969999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12969999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.12969999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.13069999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.13069999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.13069999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.13169999999967&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.13169999999967&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.13169999999967&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.132699999999666&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.132699999999666&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.132699999999666&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.4431&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.444099999999999&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.445099999999998&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.446099999999998&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.447099999999997&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.448099999999997&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.449099999999996&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.450099999999996&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.451099999999995&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.452099999999994&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.453099999999994&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.454099999999993&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.455099999999993&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.456099999999992&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.457099999999992&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.458099999999991&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.45909999999999&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46009999999999&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.46109999999999&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.462099999999989&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.463099999999988&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.464099999999988&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.465099999999987&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.466099999999987&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.467099999999986&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.468099999999986&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.469099999999985&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.470099999999984&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.471099999999984&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.472099999999983&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.473099999999983&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.474099999999982&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.475099999999982&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.476099999999981&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47709999999998&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47809999999998&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.47909999999998&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.480099999999979&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.481099999999978&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.482099999999978&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.483099999999977&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.484099999999977&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.485099999999976&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.486099999999976&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.487099999999975&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.488099999999974&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.489099999999974&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.490099999999973&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.491099999999973&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.492099999999972&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.493099999999972&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.494099999999971&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49509999999997&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49609999999997&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.49709999999997&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.498099999999969&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.499099999999968&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.500099999999968&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.501099999999967&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.502099999999967&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.503099999999966&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.504099999999966&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.505099999999965&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.506099999999964&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.507099999999964&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.508099999999963&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.509099999999963&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.510099999999962&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.511099999999962&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.512099999999961&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51309999999996&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51409999999996&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.51509999999996&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.516099999999959&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.517099999999958&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.518099999999958&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.519099999999957&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.520099999999957&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.521099999999956&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.522099999999956&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.523099999999955&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.524099999999954&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.525099999999954&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.526099999999953&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.527099999999953&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.528099999999952&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.529099999999952&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.530099999999951&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53109999999995&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53209999999995&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.53309999999995&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.534099999999949&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.535099999999948&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.536099999999948&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.537099999999947&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.538099999999947&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.539099999999946&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.540099999999946&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.541099999999945&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.542099999999945&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.543099999999944&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.544099999999943&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.545099999999943&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.546099999999942&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.547099999999942&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.548099999999941&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.54909999999994&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55009999999994&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.55109999999994&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.552099999999939&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.553099999999938&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.554099999999938&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.555099999999937&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.556099999999937&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.557099999999936&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.558099999999936&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.559099999999935&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.560099999999935&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.561099999999934&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.562099999999933&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.563099999999933&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.564099999999932&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.565099999999932&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.566099999999931&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56709999999993&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56809999999993&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.56909999999993&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.570099999999929&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.571099999999928&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.572099999999928&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.573099999999927&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.574099999999927&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.575099999999926&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.576099999999926&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.577099999999925&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.578099999999925&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.579099999999924&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.580099999999923&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.581099999999923&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.582099999999922&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.583099999999922&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.584099999999921&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58509999999992&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58609999999992&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.58709999999992&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.588099999999919&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.589099999999918&lat=46.13369999999966&tilt=50&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.13369999999966&tilt=10&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.13369999999966&tilt=30&heading=0 -http://localhost:8000/index.html?lng=14.590099999999918&lat=46.13369999999966&tilt=50&heading=0