add gdal gdal2tile result
BIN
geotiffGesture/gdalKennedyMap/17/64912/85574.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
geotiffGesture/gdalKennedyMap/17/64912/85575.png
Normal file
After Width: | Height: | Size: 127 KiB |
BIN
geotiffGesture/gdalKennedyMap/17/64912/85576.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
geotiffGesture/gdalKennedyMap/17/64913/85574.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
geotiffGesture/gdalKennedyMap/17/64913/85575.png
Normal file
After Width: | Height: | Size: 136 KiB |
BIN
geotiffGesture/gdalKennedyMap/17/64913/85576.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
geotiffGesture/gdalKennedyMap/17/64914/85574.png
Normal file
After Width: | Height: | Size: 743 B |
BIN
geotiffGesture/gdalKennedyMap/17/64914/85575.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
geotiffGesture/gdalKennedyMap/17/64914/85576.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
107
geotiffGesture/gdalKennedyMap/leaflet.html
Normal file
|
@ -0,0 +1,107 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
|
||||
<title>KENNEDY.tif</title>
|
||||
|
||||
<!-- Leaflet -->
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@0.7.5/dist/leaflet.css" />
|
||||
<script src="https://unpkg.com/leaflet@0.7.5/dist/leaflet.js"></script>
|
||||
|
||||
<style>
|
||||
body { margin:0; padding:0; }
|
||||
body, table, tr, td, th, div, h1, h2, input { font-family: "Calibri", "Trebuchet MS", "Ubuntu", Serif; font-size: 11pt; }
|
||||
#map { position:absolute; top:0; bottom:0; width:100%; } /* full size */
|
||||
.ctl {
|
||||
padding: 2px 10px 2px 10px;
|
||||
background: white;
|
||||
background: rgba(255,255,255,0.9);
|
||||
box-shadow: 0 0 15px rgba(0,0,0,0.2);
|
||||
border-radius: 5px;
|
||||
text-align: right;
|
||||
}
|
||||
.title {
|
||||
font-size: 18pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
.src {
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="map"></div>
|
||||
|
||||
<script>
|
||||
/* **** Leaflet **** */
|
||||
|
||||
// Base layers
|
||||
// .. OpenStreetMap
|
||||
var osm = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors', minZoom: 16, maxZoom: 18});
|
||||
|
||||
// .. CartoDB Positron
|
||||
var cartodb = L.tileLayer('http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png', {attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http://cartodb.com/attributions">CartoDB</a>', minZoom: 16, maxZoom: 18});
|
||||
|
||||
// .. OSM Toner
|
||||
var toner = L.tileLayer('http://{s}.tile.stamen.com/toner/{z}/{x}/{y}.png', {attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. Data by <a href="http://openstreetmap.org">OpenStreetMap</a>, under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.', minZoom: 16, maxZoom: 18});
|
||||
|
||||
// .. White background
|
||||
var white = L.tileLayer("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEAAQMAAABmvDolAAAAA1BMVEX///+nxBvIAAAAH0lEQVQYGe3BAQ0AAADCIPunfg43YAAAAAAAAAAA5wIhAAAB9aK9BAAAAABJRU5ErkJggg==", {minZoom: 16, maxZoom: 18});
|
||||
|
||||
// Overlay layers (TMS)
|
||||
var lyr = L.tileLayer('./{z}/{x}/{y}.png', {tms: 1, opacity: 0.7, attribution: "", minZoom: 16, maxZoom: 18});
|
||||
|
||||
// Map
|
||||
var map = L.map('map', {
|
||||
center: [48.12138651988136, -1.7110549153851258],
|
||||
zoom: 18,
|
||||
minZoom: 16,
|
||||
maxZoom: 18,
|
||||
layers: [osm]
|
||||
});
|
||||
|
||||
var basemaps = {"OpenStreetMap": osm, "CartoDB Positron": cartodb, "Stamen Toner": toner, "Without background": white}
|
||||
var overlaymaps = {"Layer": lyr}
|
||||
|
||||
// Title
|
||||
var title = L.control();
|
||||
title.onAdd = function(map) {
|
||||
this._div = L.DomUtil.create('div', 'ctl title');
|
||||
this.update();
|
||||
return this._div;
|
||||
};
|
||||
title.update = function(props) {
|
||||
this._div.innerHTML = "KENNEDY.tif";
|
||||
};
|
||||
title.addTo(map);
|
||||
|
||||
// Note
|
||||
var src = 'Generated by <a href="https://gdal.org/programs/gdal2tiles.html">GDAL2Tiles</a>, Copyright © 2008 <a href="http://www.klokan.cz/">Klokan Petr Pridal</a>, <a href="https://gdal.org">GDAL</a> & <a href="http://www.osgeo.org/">OSGeo</a> <a href="http://code.google.com/soc/">GSoC</a>';
|
||||
var title = L.control({position: 'bottomleft'});
|
||||
title.onAdd = function(map) {
|
||||
this._div = L.DomUtil.create('div', 'ctl src');
|
||||
this.update();
|
||||
return this._div;
|
||||
};
|
||||
title.update = function(props) {
|
||||
this._div.innerHTML = src;
|
||||
};
|
||||
title.addTo(map);
|
||||
|
||||
|
||||
// Add base layers
|
||||
L.control.layers(basemaps, overlaymaps, {collapsed: false}).addTo(map);
|
||||
|
||||
// Fit to overlay bounds (SW and NE points with (lat, lon))
|
||||
map.fitBounds([[48.1200653930296, -1.7083435438377972], [48.122707646733126, -1.7137662869324541]]);
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
15
geotiffGesture/gdalKennedyMap/tilemapresource.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TileMap version="1.0.0" tilemapservice="http://tms.osgeo.org/1.0.0">
|
||||
<Title>KENNEDY.tif</Title>
|
||||
<Abstract></Abstract>
|
||||
<SRS>EPSG:3857</SRS>
|
||||
<BoundingBox minx="-1.71376628693245" miny="48.12006539302960" maxx="-1.70834354383780" maxy="48.12270764673313"/>
|
||||
<Origin x="-1.71376628693245" y="48.12006539302960"/>
|
||||
<TileFormat width="256" height="256" mime-type="image/png" extension="png"/>
|
||||
<TileSets profile="mercator">
|
||||
<TileSet href="16" units-per-pixel="2.38865713348389" order="16"/>
|
||||
<TileSet href="17" units-per-pixel="1.19432856674194" order="17"/>
|
||||
<TileSet href="18" units-per-pixel="0.59716428337097" order="18"/>
|
||||
</TileSets>
|
||||
</TileMap>
|
||||
|