commit 3b7d7fc692eaa06600815a26b4bd0d8068a4e87a Author: Martin Tůma Date: Sun Feb 23 10:46:42 2020 +0100 Maps web page diff --git a/index.html b/index.html new file mode 100644 index 0000000..37dfe0e --- /dev/null +++ b/index.html @@ -0,0 +1,220 @@ + + + +GPXSee Online Maps + + + + + +
+

GPXSee Online Maps

+ +

Worldwide

+ + + + + + + + + + + + + + + + + + + +
Map Preview
Thunderforest - Outdoors
Map Preview
Thunderforest - Landscape
Map Preview
Thunderforest - OpenCycleMap
Map Preview
marshruty.ru
Map Preview
GIScience Heidelberg
Map Preview
ÖPNVKarte
Map Preview
Open Street Map - Black and White
Map Preview
Open Street Map - HiDPI
Map Preview
MapTiler
Map Preview
HikeBikeMap
Map Preview
Thunderforest - Transport
Map Preview
UNESCO
Map Preview
CyclOSM
+

Antarctica

+ + + + +
Map Preview
Landsat Image Mosaic of Antarctica
+

Asia

+ + + + +
Map Preview
Slazav mountains
+

Japan

+ + + + +
Map Preview
Geographical Institute Tile (標準地図)
+

Taiwan (Republic of China)

+ + + + + +
Map Preview
TWTOPO-rudy
Map Preview
TWTOPO-happyman
+

Europe

+ + + + + +
Map Preview
Open Flighmaps
Map Preview
map1.eu
+

Austria

+ + + + + +
Map Preview
Basemap AT Orthofoto
Map Preview
Basemap AT Farbe
+

Belgium

+ + + + +
Map Preview
NGI
+

Bulgaria

+ + + + +
Map Preview
BGMountains
+

Czech Republic

+ + + + + + + +
Map Preview
ČÚZK - Ortofoto
Map Preview
Poloha.Net
Map Preview
ČÚZK - Základní mapy
Map Preview
Prahou na kole
+

Finland

+ + + + + + + + + + + +
Map Preview
Selkokartta (Plain map)
Map Preview
MapAnt
Map Preview
Ilmakuva (Aerial image)
Map Preview
Karjalankartta (Maps of Karelia) 1:100 000
Map Preview
Rinnevarjostus (Hillshade)
Map Preview
Karjalankartta (Maps of Karelia) 1:20 000
Map Preview
Maastokartta (Topographic map)
+

France

+ + + + + +
Map Preview
Photographies aériennes
Map Preview
Cartes IGN
+

Germany

+ + + + +
Map Preview
TopPlusOpen
+

Hungary

+ + + + +
Map Preview
Turistautak
+

Iceland

+ + + + + + +
Map Preview
Iceland Atlas
Map Preview
Iceland Landscape
Map Preview
Iceland Map
+

Netherlands

+ + + + + +
Map Preview
PDOK Ortho25 2017
Map Preview
PDOK OpenTopo
+

Norway

+ + + + + + + + + +
Map Preview
Svalbard Topography
Map Preview
Topografisk Norgeskart
Map Preview
Svalbard Satellite Imagery
Map Preview
Svalbard Orthophoto
Map Preview
Jan Mayen Topography
+

Poland

+ + + + + + +
Map Preview
GUGIK Mapa Topograficzna
Map Preview
GUGIK Ortofotomapa
Map Preview
UMP-pcPL
+

Russian Federation

+ + + + + + + + + + + + + + + +
Map Preview
O-sport
Map Preview
GGC 500m
Map Preview
Topo 500m
Map Preview
GGC 250m
Map Preview
GGC 1km
Map Preview
Topo 1km
Map Preview
GGC 2km
Map Preview
Topo 250m
Map Preview
Races
Map Preview
Slazav map
+

Slovakia

+ + + + + + +
Map Preview
GKÚ - Ortofotomozaika
Map Preview
Freemap Slovakia
Map Preview
GKÚ - ZBGIS
+

Slovenia

+ + + + + + +
Map Preview
Slovenia - DTK50
Map Preview
Slovenia - DPK750
Map Preview
Slovenia - ortofoto
+

Spain

+ + + + +
Map Preview
Cartografía raster del IGN
+

Switzerland

+ + + + + + + +
Map Preview
Swisstopo Aerial
Map Preview
OSM Switzerland Swiss Style
Map Preview
OSM Switzerland
Map Preview
Swisstopo
+

Oceania

+

New Zealand

+ + + + + +
Map Preview
NZ Topo Map 250
Map Preview
NZ Topo Map 50
+ +
+ + + diff --git a/scripts/mapgen.py b/scripts/mapgen.py new file mode 100755 index 0000000..653e74c --- /dev/null +++ b/scripts/mapgen.py @@ -0,0 +1,356 @@ +#!/usr/bin/env python + +import os +import sys +import re +import xml.etree.ElementTree as ET + +REPOSITORY = "https://raw.githubusercontent.com/tumic0/GPXSee-maps/master" + +COUNTRYCODES = { + 'AD': 'Andorra', + 'AE': 'United Arab Emirates', + 'AF': 'Afghanistan', + 'AG': 'Antigua & Barbuda', + 'AI': 'Anguilla', + 'AL': 'Albania', + 'AM': 'Armenia', + 'AN': 'Netherlands Antilles', + 'AO': 'Angola', + 'AQ': 'Antarctica', + 'AR': 'Argentina', + 'AS': 'American Samoa', + 'AT': 'Austria', + 'AU': 'Australia', + 'AW': 'Aruba', + 'AZ': 'Azerbaijan', + 'BA': 'Bosnia and Herzegovina', + 'BB': 'Barbados', + 'BD': 'Bangladesh', + 'BE': 'Belgium', + 'BF': 'Burkina Faso', + 'BG': 'Bulgaria', + 'BH': 'Bahrain', + 'BI': 'Burundi', + 'BJ': 'Benin', + 'BM': 'Bermuda', + 'BN': 'Brunei Darussalam', + 'BO': 'Bolivia', + 'BR': 'Brazil', + 'BS': 'Bahama', + 'BT': 'Bhutan', + 'BU': 'Burma (no longer exists)', + 'BV': 'Bouvet Island', + 'BW': 'Botswana', + 'BY': 'Belarus', + 'BZ': 'Belize', + 'CA': 'Canada', + 'CC': 'Cocos (Keeling) Islands', + 'CF': 'Central African Republic', + 'CG': 'Congo', + 'CH': 'Switzerland', + 'CI': 'Côte D\'ivoire (Ivory Coast)', + 'CK': 'Cook Iislands', + 'CL': 'Chile', + 'CM': 'Cameroon', + 'CN': 'China (PRC)', + 'CO': 'Colombia', + 'CR': 'Costa Rica', + 'CS': 'Czechoslovakia (no longer exists)', + 'CU': 'Cuba', + 'CV': 'Cape Verde', + 'CX': 'Christmas Island', + 'CY': 'Cyprus', + 'CZ': 'Czech Republic', + 'DD': 'German Democratic Republic (no longer exists)', + 'DE': 'Germany', + 'DJ': 'Djibouti', + 'DK': 'Denmark', + 'DM': 'Dominica', + 'DO': 'Dominican Republic', + 'DZ': 'Algeria', + 'EC': 'Ecuador', + 'EE': 'Estonia', + 'EG': 'Egypt', + 'EH': 'Western Sahara', + 'ER': 'Eritrea', + 'ES': 'Spain', + 'ET': 'Ethiopia', + 'FI': 'Finland', + 'FJ': 'Fiji', + 'FK': 'Falkland Islands (Malvinas)', + 'FM': 'Micronesia', + 'FO': 'Faroe Islands', + 'FR': 'France', + 'FX': 'France, Metropolitan', + 'GA': 'Gabon', + 'GB': 'United Kingdom (Great Britain)', + 'GD': 'Grenada', + 'GE': 'Georgia', + 'GF': 'French Guiana', + 'GH': 'Ghana', + 'GI': 'Gibraltar', + 'GL': 'Greenland', + 'GM': 'Gambia', + 'GN': 'Guinea', + 'GP': 'Guadeloupe', + 'GQ': 'Equatorial Guinea', + 'GR': 'Greece', + 'GS': 'South Georgia and the South Sandwich Islands', + 'GT': 'Guatemala', + 'GU': 'Guam', + 'GW': 'Guinea-Bissau', + 'GY': 'Guyana', + 'HK': 'Hong Kong', + 'HM': 'Heard & McDonald Islands', + 'HN': 'Honduras', + 'HR': 'Croatia', + 'HT': 'Haiti', + 'HU': 'Hungary', + 'ID': 'Indonesia', + 'IE': 'Ireland', + 'IL': 'Israel', + 'IN': 'India', + 'IO': 'British Indian Ocean Territory', + 'IQ': 'Iraq', + 'IR': 'Islamic Republic of Iran', + 'IS': 'Iceland', + 'IT': 'Italy', + 'JM': 'Jamaica', + 'JO': 'Jordan', + 'JP': 'Japan', + 'KE': 'Kenya', + 'KG': 'Kyrgyzstan', + 'KH': 'Cambodia', + 'KI': 'Kiribati', + 'KM': 'Comoros', + 'KN': 'St. Kitts and Nevis', + 'KP': 'Korea, Democratic People\'s Republic of', + 'KR': 'Korea, Republic of', + 'KW': 'Kuwait', + 'KY': 'Cayman Islands', + 'KZ': 'Kazakhstan', + 'LA': 'Lao People\'s Democratic Republic', + 'LB': 'Lebanon', + 'LC': 'Saint Lucia', + 'LI': 'Liechtenstein', + 'LK': 'Sri Lanka', + 'LR': 'Liberia', + 'LS': 'Lesotho', + 'LT': 'Lithuania', + 'LU': 'Luxembourg', + 'LV': 'Latvia', + 'LY': 'Libyan Arab Jamahiriya', + 'MA': 'Morocco', + 'MC': 'Monaco', + 'MD': 'Moldova, Republic of', + 'MG': 'Madagascar', + 'MH': 'Marshall Islands', + 'ML': 'Mali', + 'MN': 'Mongolia', + 'MM': 'Myanmar', + 'MO': 'Macau', + 'MP': 'Northern Mariana Islands', + 'MQ': 'Martinique', + 'MR': 'Mauritania', + 'MS': 'Monserrat', + 'MT': 'Malta', + 'MU': 'Mauritius', + 'MV': 'Maldives', + 'MW': 'Malawi', + 'MX': 'Mexico', + 'MY': 'Malaysia', + 'MZ': 'Mozambique', + 'NA': 'Namibia', + 'NC': 'New Caledonia', + 'NE': 'Niger', + 'NF': 'Norfolk Island', + 'NG': 'Nigeria', + 'NI': 'Nicaragua', + 'NL': 'Netherlands', + 'NO': 'Norway', + 'NP': 'Nepal', + 'NR': 'Nauru', + 'NT': 'Neutral Zone (no longer exists)', + 'NU': 'Niue', + 'NZ': 'New Zealand', + 'OM': 'Oman', + 'PA': 'Panama', + 'PE': 'Peru', + 'PF': 'French Polynesia', + 'PG': 'Papua New Guinea', + 'PH': 'Philippines', + 'PK': 'Pakistan', + 'PL': 'Poland', + 'PM': 'St. Pierre & Miquelon', + 'PN': 'Pitcairn', + 'PR': 'Puerto Rico', + 'PT': 'Portugal', + 'PW': 'Palau', + 'PY': 'Paraguay', + 'QA': 'Qatar', + 'RE': 'Réunion', + 'RO': 'Romania', + 'RU': 'Russian Federation', + 'RW': 'Rwanda', + 'SA': 'Saudi Arabia', + 'SB': 'Solomon Islands', + 'SC': 'Seychelles', + 'SD': 'Sudan', + 'SE': 'Sweden', + 'SG': 'Singapore', + 'SH': 'St. Helena', + 'SI': 'Slovenia', + 'SJ': 'Svalbard & Jan Mayen Islands', + 'SK': 'Slovakia', + 'SL': 'Sierra Leone', + 'SM': 'San Marino', + 'SN': 'Senegal', + 'SO': 'Somalia', + 'SR': 'Suriname', + 'ST': 'Sao Tome & Principe', + 'SU': 'Union of Soviet Socialist Republics (no longer exists)', + 'SV': 'El Salvador', + 'SY': 'Syrian Arab Republic', + 'SZ': 'Swaziland', + 'TC': 'Turks & Caicos Islands', + 'TD': 'Chad', + 'TF': 'French Southern Territories', + 'TG': 'Togo', + 'TH': 'Thailand', + 'TJ': 'Tajikistan', + 'TK': 'Tokelau', + 'TM': 'Turkmenistan', + 'TN': 'Tunisia', + 'TO': 'Tonga', + 'TP': 'East Timor', + 'TR': 'Turkey', + 'TT': 'Trinidad & Tobago', + 'TV': 'Tuvalu', + 'TW': 'Taiwan (Republic of China)', + 'TZ': 'Tanzania, United Republic of', + 'UA': 'Ukraine', + 'UG': 'Uganda', + 'UM': 'United States Minor Outlying Islands', + 'US': 'United States of America', + 'UY': 'Uruguay', + 'UZ': 'Uzbekistan', + 'VA': 'Vatican City State (Holy See)', + 'VC': 'St. Vincent & the Grenadines', + 'VE': 'Venezuela', + 'VG': 'British Virgin Islands', + 'VI': 'United States Virgin Islands', + 'VN': 'Viet Nam', + 'VU': 'Vanuatu', + 'WF': 'Wallis & Futuna Islands', + 'WS': 'Samoa', + 'YD': 'Democratic Yemen (no longer exists)', + 'YE': 'Yemen', + 'YT': 'Mayotte', + 'YU': 'Yugoslavia', + 'ZA': 'South Africa', + 'ZM': 'Zambia', + 'ZR': 'Zaire', + 'ZW': 'Zimbabwe', + 'ZZ': 'Unknown or unspecified country', +} + + +def sectionname(name): + if name in COUNTRYCODES: + return COUNTRYCODES[name] + else: + return name + +def header(name, level): + return "" + name + "" + +def tile(xmlfile, suffix): + base = os.path.splitext(os.path.basename(xmlfile))[0] + tile = "tiles/" + base + suffix + return tile + +def mapinfo(xmlfile): + with open(xmlfile) as f: + xmlstring = f.read() + xmlstring = re.sub('\\sxmlns="[^"]+"', '', xmlstring, count=1) + root = ET.fromstring(xmlstring) + + info = {} + for element in root: + if element.tag == "name": + info["name"] = element.text + + info["url"] = REPOSITORY + xmlfile[xmlfile.find('/World'):] + + png = tile(xmlfile, ".png") + jpg = tile(xmlfile, ".jpg") + if os.path.isfile("../" + png): + info["tile"] = png + elif os.path.isfile("../" + jpg): + info["tile"] = jpg + else: + info["tile"] = "tiles/NA.png" + + return info + +def processmaps(maps): + print("") + i = 0 + print("") + for xmlfile in maps: + info = mapinfo(xmlfile) + if i and i % 4 == 0: + print("") + print("") + i = i + 1 + print("") + print("
" + "\"Map
" + + info["name"] + "
") + +def processdir(path, level, name): + maps = [] + sections = [] + + entries = os.listdir(path) + for entry in entries: + entrypath = os.path.join(path, entry) + if (os.path.isdir(entrypath)): + sections.append((sectionname(entry), entrypath)) + else: + maps.append(entrypath) + + if maps: + processmaps(maps) + sections.sort() + for section in sections: + print(header(section[0], level + 1)) + processdir(section[1], level + 1, section[0]) + + +if len(sys.argv) < 2: + print("Usage: " + os.path.basename(sys.argv[0]) + " DIR", file=sys.stderr) + sys.exit(-1) + +print(""" + + +GPXSee Online Maps + + + + + +
+

GPXSee Online Maps

+""") + +print(header("Worldwide", 2)) +processdir(sys.argv[1], 1, os.path.basename(sys.argv[1])) + +print(""" +
+ + +""") diff --git a/style.css b/style.css new file mode 100644 index 0000000..d521501 --- /dev/null +++ b/style.css @@ -0,0 +1,36 @@ +body { + background:#333333; + font-family:Arial, sans-serif; +} +table { + border:5px solid #000000; + background:#000000; +} +td { + background:#ffffff; + padding:5px; + border:5px solid #000000; +} +h1 { + color:#ffffff; + margin-left:10px; + padding-top:10px; +} +h2 { + color:#ed1c24; + margin-left:10px; + margin-top:0; + margin-bottom:0; +} +h3 { + color:#f0f0f0; + margin-left:10px; + margin-bottom:0; + padding-bottom:0; +} +.center { + margin:20px auto; + width:1124px; + background:#000000; + border-radius:5px; +} diff --git a/tiles/BGMountains.png b/tiles/BGMountains.png new file mode 100644 index 0000000..41bd82d Binary files /dev/null and b/tiles/BGMountains.png differ diff --git a/tiles/BasemapAT-Farbe.png b/tiles/BasemapAT-Farbe.png new file mode 100644 index 0000000..b8c1bd5 Binary files /dev/null and b/tiles/BasemapAT-Farbe.png differ diff --git a/tiles/BasemapAT-Ortho.jpg b/tiles/BasemapAT-Ortho.jpg new file mode 100644 index 0000000..7eef28b Binary files /dev/null and b/tiles/BasemapAT-Ortho.jpg differ diff --git a/tiles/CUZK-ortofoto.png b/tiles/CUZK-ortofoto.png new file mode 100644 index 0000000..61efdba Binary files /dev/null and b/tiles/CUZK-ortofoto.png differ diff --git a/tiles/CUZK-zm.png b/tiles/CUZK-zm.png new file mode 100644 index 0000000..f1551aa Binary files /dev/null and b/tiles/CUZK-zm.png differ diff --git a/tiles/CyclOSM.png b/tiles/CyclOSM.png new file mode 100644 index 0000000..a15d537 Binary files /dev/null and b/tiles/CyclOSM.png differ diff --git a/tiles/FreemapSlovakia.png b/tiles/FreemapSlovakia.png new file mode 100644 index 0000000..0a1275a Binary files /dev/null and b/tiles/FreemapSlovakia.png differ diff --git a/tiles/GKU-ZBGIS.png b/tiles/GKU-ZBGIS.png new file mode 100644 index 0000000..ded6eae Binary files /dev/null and b/tiles/GKU-ZBGIS.png differ diff --git a/tiles/GKU-ortofoto.jpg b/tiles/GKU-ortofoto.jpg new file mode 100644 index 0000000..d4f2a1a Binary files /dev/null and b/tiles/GKU-ortofoto.jpg differ diff --git a/tiles/GSI-basemap.png b/tiles/GSI-basemap.png new file mode 100644 index 0000000..30d1804 Binary files /dev/null and b/tiles/GSI-basemap.png differ diff --git a/tiles/GUGIK-orto.jpg b/tiles/GUGIK-orto.jpg new file mode 100644 index 0000000..0fae9f7 Binary files /dev/null and b/tiles/GUGIK-orto.jpg differ diff --git a/tiles/GUGIK-topo.jpg b/tiles/GUGIK-topo.jpg new file mode 100644 index 0000000..5999d9c Binary files /dev/null and b/tiles/GUGIK-topo.jpg differ diff --git a/tiles/HikeBikeMap.png b/tiles/HikeBikeMap.png new file mode 100644 index 0000000..202428b Binary files /dev/null and b/tiles/HikeBikeMap.png differ diff --git a/tiles/IGN-mapa-raster.png b/tiles/IGN-mapa-raster.png new file mode 100644 index 0000000..6cec835 Binary files /dev/null and b/tiles/IGN-mapa-raster.png differ diff --git a/tiles/IGN-maps.png b/tiles/IGN-maps.png new file mode 100644 index 0000000..6526e2f Binary files /dev/null and b/tiles/IGN-maps.png differ diff --git a/tiles/IGN-orthophotos.jpg b/tiles/IGN-orthophotos.jpg new file mode 100644 index 0000000..bd2c8a2 Binary files /dev/null and b/tiles/IGN-orthophotos.jpg differ diff --git a/tiles/Ilmakuva.jpg b/tiles/Ilmakuva.jpg new file mode 100644 index 0000000..96f1f9b Binary files /dev/null and b/tiles/Ilmakuva.jpg differ diff --git a/tiles/JanMayen_Basiskart.png b/tiles/JanMayen_Basiskart.png new file mode 100644 index 0000000..0ebeef8 Binary files /dev/null and b/tiles/JanMayen_Basiskart.png differ diff --git a/tiles/Karjalankartta100k.png b/tiles/Karjalankartta100k.png new file mode 100644 index 0000000..861a00a Binary files /dev/null and b/tiles/Karjalankartta100k.png differ diff --git a/tiles/Karjalankartta20k.png b/tiles/Karjalankartta20k.png new file mode 100644 index 0000000..208b617 Binary files /dev/null and b/tiles/Karjalankartta20k.png differ diff --git a/tiles/LIMA.png b/tiles/LIMA.png new file mode 100644 index 0000000..27c4372 Binary files /dev/null and b/tiles/LIMA.png differ diff --git a/tiles/Maastokartta.png b/tiles/Maastokartta.png new file mode 100644 index 0000000..9a7f651 Binary files /dev/null and b/tiles/Maastokartta.png differ diff --git a/tiles/MapAnt.png b/tiles/MapAnt.png new file mode 100644 index 0000000..3a6ed73 Binary files /dev/null and b/tiles/MapAnt.png differ diff --git a/tiles/MapTiler.png b/tiles/MapTiler.png new file mode 100644 index 0000000..b19a115 Binary files /dev/null and b/tiles/MapTiler.png differ diff --git a/tiles/NA.png b/tiles/NA.png new file mode 100644 index 0000000..1ffde6a Binary files /dev/null and b/tiles/NA.png differ diff --git a/tiles/NLS_Atlas.jpg b/tiles/NLS_Atlas.jpg new file mode 100644 index 0000000..7956c6e Binary files /dev/null and b/tiles/NLS_Atlas.jpg differ diff --git a/tiles/NLS_Landscape.png b/tiles/NLS_Landscape.png new file mode 100644 index 0000000..b735bfd Binary files /dev/null and b/tiles/NLS_Landscape.png differ diff --git a/tiles/NLS_Map.png b/tiles/NLS_Map.png new file mode 100644 index 0000000..a54ce61 Binary files /dev/null and b/tiles/NLS_Map.png differ diff --git a/tiles/NZTopoMap250.png b/tiles/NZTopoMap250.png new file mode 100644 index 0000000..b93298d Binary files /dev/null and b/tiles/NZTopoMap250.png differ diff --git a/tiles/NZTopoMap50.png b/tiles/NZTopoMap50.png new file mode 100644 index 0000000..8972893 Binary files /dev/null and b/tiles/NZTopoMap50.png differ diff --git a/tiles/Norgeskart.png b/tiles/Norgeskart.png new file mode 100644 index 0000000..f0bc587 Binary files /dev/null and b/tiles/Norgeskart.png differ diff --git a/tiles/OPNVKarte.png b/tiles/OPNVKarte.png new file mode 100644 index 0000000..3f8658c Binary files /dev/null and b/tiles/OPNVKarte.png differ diff --git a/tiles/OpenFlightMaps.png b/tiles/OpenFlightMaps.png new file mode 100644 index 0000000..3ce80ff Binary files /dev/null and b/tiles/OpenFlightMaps.png differ diff --git a/tiles/OpenStreetMap-BW.png b/tiles/OpenStreetMap-BW.png new file mode 100644 index 0000000..136634d Binary files /dev/null and b/tiles/OpenStreetMap-BW.png differ diff --git a/tiles/OpenStreetMap-HiDPI.png b/tiles/OpenStreetMap-HiDPI.png new file mode 100644 index 0000000..e67bbc9 Binary files /dev/null and b/tiles/OpenStreetMap-HiDPI.png differ diff --git a/tiles/OpenStreetMap-Swiss-Style.png b/tiles/OpenStreetMap-Swiss-Style.png new file mode 100644 index 0000000..67c40ab Binary files /dev/null and b/tiles/OpenStreetMap-Swiss-Style.png differ diff --git a/tiles/OpenStreetMap-Switzerland.png b/tiles/OpenStreetMap-Switzerland.png new file mode 100644 index 0000000..0abc192 Binary files /dev/null and b/tiles/OpenStreetMap-Switzerland.png differ diff --git a/tiles/PDOK-opentopo.jpg b/tiles/PDOK-opentopo.jpg new file mode 100644 index 0000000..7e33c16 Binary files /dev/null and b/tiles/PDOK-opentopo.jpg differ diff --git a/tiles/PDOK-ortho25.jpg b/tiles/PDOK-ortho25.jpg new file mode 100644 index 0000000..97b98af Binary files /dev/null and b/tiles/PDOK-ortho25.jpg differ diff --git a/tiles/Poloha.Net.png b/tiles/Poloha.Net.png new file mode 100644 index 0000000..c3bb90d Binary files /dev/null and b/tiles/Poloha.Net.png differ diff --git a/tiles/Rinnevarjostus.png b/tiles/Rinnevarjostus.png new file mode 100644 index 0000000..e5ffd12 Binary files /dev/null and b/tiles/Rinnevarjostus.png differ diff --git a/tiles/Selkokartta.png b/tiles/Selkokartta.png new file mode 100644 index 0000000..c3f85d2 Binary files /dev/null and b/tiles/Selkokartta.png differ diff --git a/tiles/Slovenia-DPK750.png b/tiles/Slovenia-DPK750.png new file mode 100644 index 0000000..810601c Binary files /dev/null and b/tiles/Slovenia-DPK750.png differ diff --git a/tiles/Slovenia-DTK50.png b/tiles/Slovenia-DTK50.png new file mode 100644 index 0000000..6b50ce8 Binary files /dev/null and b/tiles/Slovenia-DTK50.png differ diff --git a/tiles/Slovenia-ortofoto.jpg b/tiles/Slovenia-ortofoto.jpg new file mode 100644 index 0000000..9e2d0ca Binary files /dev/null and b/tiles/Slovenia-ortofoto.jpg differ diff --git a/tiles/Svalbard_Basiskart.png b/tiles/Svalbard_Basiskart.png new file mode 100644 index 0000000..36db6b4 Binary files /dev/null and b/tiles/Svalbard_Basiskart.png differ diff --git a/tiles/Svalbard_Ortofoto.jpg b/tiles/Svalbard_Ortofoto.jpg new file mode 100644 index 0000000..2994bd3 Binary files /dev/null and b/tiles/Svalbard_Ortofoto.jpg differ diff --git a/tiles/Svalbard_Satellitt.jpg b/tiles/Svalbard_Satellitt.jpg new file mode 100644 index 0000000..c76e11d Binary files /dev/null and b/tiles/Svalbard_Satellitt.jpg differ diff --git a/tiles/Swisstopo-Aerial.png b/tiles/Swisstopo-Aerial.png new file mode 100644 index 0000000..128a4c6 Binary files /dev/null and b/tiles/Swisstopo-Aerial.png differ diff --git a/tiles/Swisstopo.png b/tiles/Swisstopo.png new file mode 100644 index 0000000..0708923 Binary files /dev/null and b/tiles/Swisstopo.png differ diff --git a/tiles/TWTOPO-happyman.png b/tiles/TWTOPO-happyman.png new file mode 100644 index 0000000..a691dc8 Binary files /dev/null and b/tiles/TWTOPO-happyman.png differ diff --git a/tiles/TWTOPO-rudy.png b/tiles/TWTOPO-rudy.png new file mode 100644 index 0000000..e520efd Binary files /dev/null and b/tiles/TWTOPO-rudy.png differ diff --git a/tiles/Thunderforest-Landscape.png b/tiles/Thunderforest-Landscape.png new file mode 100644 index 0000000..7162579 Binary files /dev/null and b/tiles/Thunderforest-Landscape.png differ diff --git a/tiles/Thunderforest-OpenCycleMap.png b/tiles/Thunderforest-OpenCycleMap.png new file mode 100644 index 0000000..7053a68 Binary files /dev/null and b/tiles/Thunderforest-OpenCycleMap.png differ diff --git a/tiles/Thunderforest-Outdoors.png b/tiles/Thunderforest-Outdoors.png new file mode 100644 index 0000000..5e2c50a Binary files /dev/null and b/tiles/Thunderforest-Outdoors.png differ diff --git a/tiles/Thunderforest-Transport.png b/tiles/Thunderforest-Transport.png new file mode 100644 index 0000000..ad1f531 Binary files /dev/null and b/tiles/Thunderforest-Transport.png differ diff --git a/tiles/TopPlusOpen.png b/tiles/TopPlusOpen.png new file mode 100644 index 0000000..6a9faf7 Binary files /dev/null and b/tiles/TopPlusOpen.png differ diff --git a/tiles/UMP-pcPL.png b/tiles/UMP-pcPL.png new file mode 100644 index 0000000..e8362d7 Binary files /dev/null and b/tiles/UMP-pcPL.png differ diff --git a/tiles/heidelberg.png b/tiles/heidelberg.png new file mode 100644 index 0000000..b951361 Binary files /dev/null and b/tiles/heidelberg.png differ diff --git a/tiles/map1.eu.png b/tiles/map1.eu.png new file mode 100644 index 0000000..cea8c02 Binary files /dev/null and b/tiles/map1.eu.png differ diff --git a/tiles/marshruty.ru.jpg b/tiles/marshruty.ru.jpg new file mode 100644 index 0000000..ce0df50 Binary files /dev/null and b/tiles/marshruty.ru.jpg differ diff --git a/tiles/nakarte-adraces.png b/tiles/nakarte-adraces.png new file mode 100644 index 0000000..c467a89 Binary files /dev/null and b/tiles/nakarte-adraces.png differ diff --git a/tiles/nakarte-ggc1000.png b/tiles/nakarte-ggc1000.png new file mode 100644 index 0000000..10c11c4 Binary files /dev/null and b/tiles/nakarte-ggc1000.png differ diff --git a/tiles/nakarte-ggc2000.png b/tiles/nakarte-ggc2000.png new file mode 100644 index 0000000..86d0898 Binary files /dev/null and b/tiles/nakarte-ggc2000.png differ diff --git a/tiles/nakarte-ggc250.png b/tiles/nakarte-ggc250.png new file mode 100644 index 0000000..3a80d4e Binary files /dev/null and b/tiles/nakarte-ggc250.png differ diff --git a/tiles/nakarte-ggc500.png b/tiles/nakarte-ggc500.png new file mode 100644 index 0000000..31f20ff Binary files /dev/null and b/tiles/nakarte-ggc500.png differ diff --git a/tiles/nakarte-osport.png b/tiles/nakarte-osport.png new file mode 100644 index 0000000..d21b90a Binary files /dev/null and b/tiles/nakarte-osport.png differ diff --git a/tiles/nakarte-slazav-mountains.png b/tiles/nakarte-slazav-mountains.png new file mode 100644 index 0000000..337d42d Binary files /dev/null and b/tiles/nakarte-slazav-mountains.png differ diff --git a/tiles/nakarte-slazav.png b/tiles/nakarte-slazav.png new file mode 100644 index 0000000..cdb7477 Binary files /dev/null and b/tiles/nakarte-slazav.png differ diff --git a/tiles/nakarte-topo1000.png b/tiles/nakarte-topo1000.png new file mode 100644 index 0000000..094e7bb Binary files /dev/null and b/tiles/nakarte-topo1000.png differ diff --git a/tiles/nakarte-topo250.png b/tiles/nakarte-topo250.png new file mode 100644 index 0000000..474bcf6 Binary files /dev/null and b/tiles/nakarte-topo250.png differ diff --git a/tiles/nakarte-topo500.png b/tiles/nakarte-topo500.png new file mode 100644 index 0000000..3bbff96 Binary files /dev/null and b/tiles/nakarte-topo500.png differ diff --git a/tiles/ngi.png b/tiles/ngi.png new file mode 100644 index 0000000..d184f56 Binary files /dev/null and b/tiles/ngi.png differ diff --git a/tiles/prahounakole.png b/tiles/prahounakole.png new file mode 100644 index 0000000..8472ff2 Binary files /dev/null and b/tiles/prahounakole.png differ diff --git a/tiles/turistautak.png b/tiles/turistautak.png new file mode 100644 index 0000000..5c82ac4 Binary files /dev/null and b/tiles/turistautak.png differ diff --git a/tiles/unesco.png b/tiles/unesco.png new file mode 100644 index 0000000..2bfc65a Binary files /dev/null and b/tiles/unesco.png differ