Skip to content

Instantly share code, notes, and snippets.

@samirak93
Created December 5, 2019 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samirak93/6b2d0f6b9fad93f8c248a8b418926ba1 to your computer and use it in GitHub Desktop.
Save samirak93/6b2d0f6b9fad93f8c248a8b418926ba1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>L_PREFER_CANVAS=false; L_NO_TOUCH=false; L_DISABLE_3D=false;</script>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.4.0/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.4.0/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://rawcdn.githack.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css"/>
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>#map_6f4394ee6d8044b1b8e101e2dd35294b {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
<script src="https://rawcdn.githack.com/nezasa/iso8601-js-period/master/iso8601.min.js"></script>
<script src="https://rawcdn.githack.com/socib/Leaflet.TimeDimension/master/dist/leaflet.timedimension.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css"/>
<link rel="stylesheet" href="https://rawcdn.githack.com/socib/Leaflet.TimeDimension/master/dist/leaflet.timedimension.control.min.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
</head>
<body>
<div class="folium-map" id="map_6f4394ee6d8044b1b8e101e2dd35294b" ></div>
</body>
<script>
var bounds = null;
var map_6f4394ee6d8044b1b8e101e2dd35294b = L.map(
'map_6f4394ee6d8044b1b8e101e2dd35294b', {
center: [51.4919263, -0.1867],
zoom: 10,
maxBounds: bounds,
layers: [],
worldCopyJump: false,
crs: L.CRS.EPSG3857,
zoomControl: true,
});
var tile_layer_2aa3216c82834439a2ec848e5d7cb2be = L.tileLayer(
'https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png',
{
"attribution": null,
"detectRetina": false,
"maxNativeZoom": 18,
"maxZoom": 18,
"minZoom": 0,
"noWrap": false,
"opacity": 1,
"subdomains": "abc",
"tms": false
}).addTo(map_6f4394ee6d8044b1b8e101e2dd35294b);
L.Control.TimeDimensionCustom = L.Control.TimeDimension.extend({
_getDisplayDateFormat: function(date){
var newdate = new moment(date);
console.log(newdate)
return newdate.format("YYY");
}
});
map_6f4394ee6d8044b1b8e101e2dd35294b.timeDimension = L.timeDimension({period:"P1D"});
var timeDimensionControl = new L.Control.TimeDimensionCustom({
"autoPlay": false,
"loopButton": false,
"maxSpeed": 10,
"minSpeed": 0.1,
"playerOptions": {
"loop": true,
"startOver": true,
"transitionTime": 200
},
"position": "bottomleft",
"timeSliderDragUpdate": false
});
map_6f4394ee6d8044b1b8e101e2dd35294b.addControl(this.timeDimensionControl);
console.log("");
var geoJsonLayer = L.geoJson({"features": [{"geometry": {"coordinates": [[[[-0.503, 51.322], [-0.503, 51.417], [-0.487, 51.419], [-0.423, 51.425], [-0.407, 51.425], [-0.391, 51.424], [-0.375, 51.422], [-0.37, 51.42], [-0.359, 51.416], [-0.355, 51.413], [-0.347, 51.405], [-0.343, 51.399], [-0.343, 51.398], [-0.341, 51.39], [-0.34, 51.383], [-0.337, 51.368], [-0.335, 51.36], [-0.33, 51.353], [-0.327, 51.349], [-0.325, 51.345], [-0.32, 51.337], [-0.311, 51.331], [-0.295, 51.32], [-0.283, 51.315], [-0.295, 51.315], [-0.503, 51.322]]], [[[-0.503, 51.511], [-0.503, 51.656], [-0.487, 51.659], [-0.471, 51.662], [-0.455, 51.665], [-0.443, 51.669], [-0.439, 51.672], [-0.434, 51.677], [-0.431, 51.684], [-0.423, 51.684], [0.006, 51.684], [0.01, 51.683], [0.026, 51.682], [0.035, 51.684], [0.042, 51.684], [0.282, 51.684], [0.282, 51.677], [0.282, 51.315], [0.266, 51.315], [-0.137, 51.315], [-0.135, 51.315], [-0.108, 51.322], [-0.054, 51.337], [-0.05, 51.337], [-0.038, 51.339], [-0.022, 51.34], [-0.006, 51.339], [0.001, 51.337], [0.06, 51.33], [0.09, 51.329], [0.099, 51.33], [0.106, 51.331], [0.122, 51.335], [0.127, 51.337], [0.135, 51.345], [0.136, 51.353], [0.134, 51.36], [0.129, 51.368], [0.122, 51.374], [0.121, 51.375], [0.112, 51.383], [0.106, 51.387], [0.101, 51.39], [0.063, 51.413], [0.058, 51.418], [0.055, 51.42], [0.054, 51.428], [0.058, 51.435], [0.058, 51.436], [0.063, 51.443], [0.07, 51.451], [0.102, 51.488], [0.106, 51.495], [0.107, 51.496], [0.113, 51.503], [0.117, 51.511], [0.12, 51.518], [0.122, 51.524], [0.124, 51.534], [0.123, 51.541], [0.122, 51.544], [0.116, 51.556], [0.109, 51.564], [0.106, 51.566], [0.082, 51.586], [0.074, 51.592], [0.042, 51.613], [0.034, 51.616], [0.017, 51.624], [0.01, 51.627], [-0.006, 51.629], [-0.022, 51.629], [-0.038, 51.627], [-0.07, 51.623], [-0.087, 51.623], [-0.103, 51.623], [-0.113, 51.624], [-0.119, 51.624], [-0.135, 51.627], [-0.247, 51.645], [-0.279, 51.647], [-0.295, 51.648], [-0.311, 51.647], [-0.319, 51.647], [-0.327, 51.646], [-0.343, 51.642], [-0.348, 51.639], [-0.352, 51.632], [-0.353, 51.624], [-0.351, 51.616], [-0.348, 51.609], [-0.345, 51.601], [-0.342, 51.594], [-0.34, 51.586], [-0.339, 51.579], [-0.338, 51.571], [-0.338, 51.564], [-0.34, 51.556], [-0.343, 51.549], [-0.343, 51.549], [-0.349, 51.541], [-0.356, 51.534], [-0.359, 51.531], [-0.366, 51.526], [-0.375, 51.521], [-0.379, 51.518], [-0.391, 51.514], [-0.4, 51.511], [-0.407, 51.509], [-0.423, 51.507], [-0.439, 51.505], [-0.455, 51.505], [-0.471, 51.506], [-0.503, 51.511]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#00007f", "fill-opacity": 1, "stroke": "#00007f", "stroke-opacity": 1, "stroke-width": 1, "title": "0.00 m", "color": "#00007f", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.503, 51.42], [-0.503, 51.422], [-0.487, 51.425], [-0.391, 51.439], [-0.375, 51.439], [-0.359, 51.437], [-0.352, 51.436], [-0.343, 51.433], [-0.333, 51.428], [-0.327, 51.424], [-0.324, 51.42], [-0.32, 51.413], [-0.32, 51.405], [-0.321, 51.398], [-0.325, 51.375], [-0.324, 51.368], [-0.323, 51.36], [-0.321, 51.353], [-0.316, 51.345], [-0.311, 51.341], [-0.3, 51.33], [-0.295, 51.327], [-0.279, 51.319], [-0.267, 51.315], [-0.279, 51.315], [-0.283, 51.315], [-0.295, 51.32], [-0.299, 51.322], [-0.31, 51.33], [-0.32, 51.337], [-0.325, 51.345], [-0.335, 51.36], [-0.337, 51.368], [-0.339, 51.375], [-0.34, 51.383], [-0.343, 51.398], [-0.343, 51.399], [-0.347, 51.405], [-0.355, 51.413], [-0.359, 51.416], [-0.37, 51.42], [-0.375, 51.422], [-0.391, 51.424], [-0.407, 51.425], [-0.423, 51.425], [-0.439, 51.424], [-0.475, 51.42], [-0.503, 51.42]]], [[[-0.503, 51.503], [-0.503, 51.508], [-0.487, 51.507], [-0.455, 51.505], [-0.439, 51.505], [-0.423, 51.507], [-0.407, 51.509], [-0.4, 51.511], [-0.391, 51.514], [-0.379, 51.518], [-0.375, 51.521], [-0.366, 51.526], [-0.359, 51.531], [-0.356, 51.534], [-0.349, 51.541], [-0.343, 51.549], [-0.343, 51.549], [-0.34, 51.556], [-0.338, 51.564], [-0.338, 51.571], [-0.339, 51.579], [-0.34, 51.586], [-0.342, 51.594], [-0.343, 51.598], [-0.345, 51.601], [-0.351, 51.616], [-0.353, 51.624], [-0.352, 51.632], [-0.348, 51.639], [-0.343, 51.642], [-0.327, 51.646], [-0.319, 51.647], [-0.311, 51.647], [-0.295, 51.648], [-0.279, 51.647], [-0.247, 51.645], [-0.215, 51.641], [-0.113, 51.624], [-0.087, 51.623], [-0.07, 51.623], [-0.062, 51.624], [-0.006, 51.629], [0.01, 51.627], [0.017, 51.624], [0.034, 51.616], [0.048, 51.609], [0.082, 51.586], [0.09, 51.58], [0.106, 51.566], [0.116, 51.556], [0.12, 51.549], [0.122, 51.544], [0.123, 51.541], [0.124, 51.534], [0.123, 51.526], [0.122, 51.524], [0.12, 51.518], [0.117, 51.511], [0.113, 51.503], [0.107, 51.496], [0.106, 51.495], [0.102, 51.488], [0.096, 51.481], [0.09, 51.474], [0.089, 51.473], [0.058, 51.436], [0.058, 51.435], [0.054, 51.428], [0.055, 51.42], [0.058, 51.418], [0.074, 51.407], [0.106, 51.387], [0.112, 51.383], [0.121, 51.375], [0.122, 51.374], [0.129, 51.368], [0.134, 51.36], [0.136, 51.353], [0.135, 51.345], [0.127, 51.337], [0.122, 51.335], [0.106, 51.331], [0.099, 51.33], [0.09, 51.329], [0.074, 51.329], [0.06, 51.33], [0.026, 51.334], [-0.022, 51.34], [-0.038, 51.339], [-0.05, 51.337], [-0.054, 51.337], [-0.07, 51.333], [-0.087, 51.329], [-0.137, 51.315], [-0.151, 51.315], [-0.162, 51.315], [-0.151, 51.317], [-0.135, 51.322], [-0.111, 51.33], [-0.103, 51.334], [-0.087, 51.341], [-0.07, 51.351], [-0.068, 51.353], [-0.062, 51.36], [-0.065, 51.368], [-0.07, 51.372], [-0.103, 51.398], [-0.11, 51.405], [-0.114, 51.413], [-0.114, 51.42], [-0.109, 51.428], [-0.103, 51.432], [-0.096, 51.436], [-0.087, 51.439], [-0.07, 51.443], [-0.069, 51.443], [-0.054, 51.445], [-0.038, 51.446], [0.019, 51.451], [0.026, 51.452], [0.042, 51.457], [0.044, 51.458], [0.058, 51.466], [0.067, 51.473], [0.074, 51.479], [0.083, 51.488], [0.089, 51.496], [0.095, 51.503], [0.099, 51.511], [0.102, 51.518], [0.104, 51.526], [0.104, 51.534], [0.102, 51.541], [0.099, 51.549], [0.092, 51.556], [0.09, 51.559], [0.075, 51.571], [0.074, 51.572], [0.058, 51.583], [0.05, 51.586], [0.042, 51.591], [0.033, 51.594], [0.026, 51.597], [0.01, 51.601], [0.003, 51.601], [-0.022, 51.603], [-0.038, 51.603], [-0.087, 51.602], [-0.103, 51.604], [-0.119, 51.606], [-0.135, 51.609], [-0.231, 51.631], [-0.247, 51.633], [-0.263, 51.634], [-0.279, 51.634], [-0.295, 51.633], [-0.3, 51.632], [-0.311, 51.628], [-0.316, 51.624], [-0.321, 51.616], [-0.322, 51.609], [-0.321, 51.601], [-0.32, 51.594], [-0.317, 51.579], [-0.317, 51.571], [-0.318, 51.564], [-0.319, 51.556], [-0.322, 51.549], [-0.326, 51.541], [-0.327, 51.54], [-0.333, 51.534], [-0.34, 51.526], [-0.343, 51.523], [-0.35, 51.518], [-0.362, 51.511], [-0.378, 51.503], [-0.391, 51.499], [-0.407, 51.496], [-0.408, 51.496], [-0.423, 51.495], [-0.439, 51.495], [-0.455, 51.496], [-0.458, 51.496], [-0.503, 51.503]], [[0.01, 51.359], [0.018, 51.353], [0.026, 51.35], [0.042, 51.345], [0.058, 51.342], [0.074, 51.34], [0.09, 51.341], [0.106, 51.345], [0.106, 51.345], [0.112, 51.353], [0.111, 51.36], [0.106, 51.367], [0.105, 51.368], [0.094, 51.375], [0.09, 51.378], [0.076, 51.383], [0.074, 51.383], [0.058, 51.386], [0.042, 51.384], [0.036, 51.383], [0.026, 51.379], [0.018, 51.375], [0.01, 51.368], [0.009, 51.368], [0.01, 51.359]]], [[[-0.503, 51.662], [-0.503, 51.665], [-0.49, 51.669], [-0.487, 51.67], [-0.471, 51.676], [-0.47, 51.677], [-0.455, 51.684], [-0.431, 51.684], [-0.434, 51.677], [-0.439, 51.672], [-0.443, 51.669], [-0.455, 51.665], [-0.471, 51.662], [-0.503, 51.662]]], [[[0.006, 51.684], [0.035, 51.684], [0.026, 51.682], [0.006, 51.684]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#000096", "fill-opacity": 1, "stroke": "#000096", "stroke-opacity": 1, "stroke-width": 1, "title": "80.00 m", "color": "#000096", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.493, 51.428], [-0.458, 51.436], [-0.396, 51.451], [-0.391, 51.452], [-0.375, 51.452], [-0.359, 51.451], [-0.357, 51.451], [-0.329, 51.443], [-0.327, 51.442], [-0.312, 51.436], [-0.311, 51.435], [-0.303, 51.428], [-0.299, 51.42], [-0.3, 51.413], [-0.303, 51.405], [-0.307, 51.398], [-0.31, 51.39], [-0.314, 51.383], [-0.316, 51.375], [-0.317, 51.368], [-0.316, 51.36], [-0.313, 51.353], [-0.311, 51.35], [-0.309, 51.345], [-0.303, 51.337], [-0.295, 51.332], [-0.292, 51.33], [-0.279, 51.323], [-0.278, 51.322], [-0.263, 51.317], [-0.254, 51.315], [-0.263, 51.315], [-0.267, 51.315], [-0.279, 51.319], [-0.287, 51.322], [-0.295, 51.327], [-0.3, 51.33], [-0.309, 51.337], [-0.311, 51.341], [-0.316, 51.345], [-0.321, 51.353], [-0.323, 51.36], [-0.324, 51.368], [-0.325, 51.375], [-0.324, 51.383], [-0.323, 51.39], [-0.32, 51.405], [-0.32, 51.413], [-0.324, 51.42], [-0.327, 51.424], [-0.333, 51.428], [-0.343, 51.433], [-0.352, 51.436], [-0.359, 51.437], [-0.375, 51.439], [-0.391, 51.439], [-0.407, 51.438], [-0.423, 51.436], [-0.471, 51.428], [-0.503, 51.422], [-0.493, 51.428]]], [[[-0.497, 51.496], [-0.503, 51.497], [-0.503, 51.502], [-0.487, 51.499], [-0.455, 51.496], [-0.439, 51.495], [-0.423, 51.495], [-0.408, 51.496], [-0.407, 51.496], [-0.391, 51.499], [-0.378, 51.503], [-0.375, 51.504], [-0.362, 51.511], [-0.359, 51.512], [-0.35, 51.518], [-0.343, 51.523], [-0.34, 51.526], [-0.333, 51.534], [-0.327, 51.54], [-0.326, 51.541], [-0.322, 51.549], [-0.319, 51.556], [-0.318, 51.564], [-0.317, 51.571], [-0.317, 51.579], [-0.318, 51.586], [-0.322, 51.609], [-0.321, 51.616], [-0.316, 51.624], [-0.311, 51.628], [-0.3, 51.632], [-0.295, 51.633], [-0.279, 51.634], [-0.263, 51.634], [-0.247, 51.633], [-0.234, 51.632], [-0.199, 51.626], [-0.167, 51.618], [-0.133, 51.609], [-0.103, 51.604], [-0.087, 51.602], [-0.07, 51.602], [-0.054, 51.602], [-0.006, 51.603], [0.003, 51.601], [0.01, 51.601], [0.026, 51.597], [0.033, 51.594], [0.05, 51.586], [0.064, 51.579], [0.075, 51.571], [0.085, 51.564], [0.09, 51.559], [0.092, 51.556], [0.099, 51.549], [0.102, 51.541], [0.104, 51.534], [0.104, 51.526], [0.102, 51.518], [0.099, 51.511], [0.095, 51.503], [0.09, 51.497], [0.076, 51.481], [0.067, 51.473], [0.058, 51.466], [0.057, 51.466], [0.042, 51.457], [0.026, 51.452], [0.019, 51.451], [-0.006, 51.448], [-0.07, 51.443], [-0.087, 51.439], [-0.096, 51.436], [-0.103, 51.432], [-0.109, 51.428], [-0.114, 51.42], [-0.114, 51.413], [-0.11, 51.405], [-0.103, 51.398], [-0.103, 51.397], [-0.093, 51.39], [-0.073, 51.375], [-0.07, 51.372], [-0.065, 51.368], [-0.062, 51.36], [-0.068, 51.353], [-0.07, 51.351], [-0.078, 51.345], [-0.087, 51.341], [-0.119, 51.327], [-0.151, 51.317], [-0.162, 51.315], [-0.167, 51.315], [-0.179, 51.315], [-0.167, 51.317], [-0.151, 51.321], [-0.135, 51.327], [-0.126, 51.33], [-0.119, 51.333], [-0.109, 51.337], [-0.103, 51.342], [-0.098, 51.345], [-0.091, 51.353], [-0.089, 51.36], [-0.091, 51.368], [-0.098, 51.375], [-0.103, 51.379], [-0.135, 51.406], [-0.14, 51.413], [-0.142, 51.42], [-0.14, 51.428], [-0.135, 51.433], [-0.132, 51.436], [-0.119, 51.442], [-0.116, 51.443], [-0.103, 51.447], [-0.087, 51.451], [-0.07, 51.454], [-0.054, 51.456], [-0.023, 51.458], [0.01, 51.461], [0.026, 51.464], [0.031, 51.466], [0.042, 51.469], [0.049, 51.473], [0.058, 51.479], [0.06, 51.481], [0.069, 51.488], [0.074, 51.493], [0.082, 51.503], [0.087, 51.511], [0.089, 51.518], [0.09, 51.522], [0.091, 51.526], [0.09, 51.534], [0.09, 51.534], [0.088, 51.541], [0.084, 51.549], [0.077, 51.556], [0.074, 51.559], [0.068, 51.564], [0.058, 51.57], [0.056, 51.571], [0.04, 51.579], [0.016, 51.586], [0.01, 51.588], [-0.006, 51.59], [-0.022, 51.591], [-0.038, 51.59], [-0.087, 51.59], [-0.103, 51.592], [-0.118, 51.594], [-0.119, 51.594], [-0.135, 51.598], [-0.151, 51.602], [-0.215, 51.62], [-0.231, 51.623], [-0.242, 51.624], [-0.247, 51.625], [-0.263, 51.625], [-0.276, 51.624], [-0.279, 51.624], [-0.295, 51.618], [-0.297, 51.616], [-0.302, 51.609], [-0.304, 51.601], [-0.304, 51.594], [-0.303, 51.586], [-0.303, 51.571], [-0.304, 51.564], [-0.305, 51.556], [-0.308, 51.549], [-0.311, 51.543], [-0.312, 51.541], [-0.318, 51.534], [-0.327, 51.523], [-0.333, 51.518], [-0.343, 51.51], [-0.353, 51.503], [-0.359, 51.5], [-0.367, 51.496], [-0.375, 51.492], [-0.388, 51.488], [-0.391, 51.487], [-0.407, 51.486], [-0.423, 51.486], [-0.439, 51.487], [-0.455, 51.49], [-0.497, 51.496]]], [[[-0.503, 51.669], [-0.503, 51.672], [-0.489, 51.677], [-0.487, 51.678], [-0.475, 51.684], [-0.471, 51.684], [-0.459, 51.684], [-0.47, 51.677], [-0.471, 51.676], [-0.487, 51.67], [-0.49, 51.669], [-0.503, 51.669]]], [[[0.008, 51.36], [0.009, 51.368], [0.01, 51.368], [0.026, 51.379], [0.036, 51.383], [0.042, 51.384], [0.058, 51.386], [0.074, 51.383], [0.076, 51.383], [0.094, 51.375], [0.105, 51.368], [0.106, 51.367], [0.111, 51.36], [0.112, 51.353], [0.106, 51.345], [0.106, 51.345], [0.09, 51.341], [0.074, 51.34], [0.058, 51.342], [0.042, 51.345], [0.04, 51.345], [0.026, 51.35], [0.018, 51.353], [0.008, 51.36]], [[0.058, 51.36], [0.074, 51.355], [0.079, 51.36], [0.074, 51.364], [0.058, 51.361], [0.058, 51.36]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#0000ac", "fill-opacity": 1, "stroke": "#0000ac", "stroke-opacity": 1, "stroke-width": 1, "title": "160.00 m", "color": "#0000ac", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.503, 51.428], [-0.503, 51.429], [-0.487, 51.432], [-0.474, 51.436], [-0.449, 51.443], [-0.439, 51.447], [-0.423, 51.454], [-0.407, 51.464], [-0.403, 51.466], [-0.407, 51.469], [-0.41, 51.473], [-0.423, 51.477], [-0.503, 51.494], [-0.503, 51.496], [-0.503, 51.497], [-0.497, 51.496], [-0.439, 51.487], [-0.423, 51.486], [-0.407, 51.486], [-0.391, 51.487], [-0.388, 51.488], [-0.375, 51.492], [-0.367, 51.496], [-0.353, 51.503], [-0.342, 51.511], [-0.325, 51.526], [-0.318, 51.534], [-0.312, 51.541], [-0.311, 51.543], [-0.308, 51.549], [-0.305, 51.556], [-0.304, 51.564], [-0.303, 51.571], [-0.303, 51.579], [-0.303, 51.586], [-0.304, 51.601], [-0.302, 51.609], [-0.297, 51.616], [-0.295, 51.618], [-0.279, 51.624], [-0.276, 51.624], [-0.263, 51.625], [-0.247, 51.625], [-0.242, 51.624], [-0.215, 51.62], [-0.2, 51.616], [-0.173, 51.609], [-0.135, 51.598], [-0.118, 51.594], [-0.087, 51.59], [-0.07, 51.59], [0.01, 51.588], [0.016, 51.586], [0.026, 51.584], [0.04, 51.579], [0.042, 51.578], [0.056, 51.571], [0.058, 51.57], [0.068, 51.564], [0.074, 51.559], [0.077, 51.556], [0.084, 51.549], [0.088, 51.541], [0.09, 51.534], [0.09, 51.534], [0.091, 51.526], [0.09, 51.522], [0.089, 51.518], [0.087, 51.511], [0.082, 51.503], [0.076, 51.496], [0.074, 51.493], [0.069, 51.488], [0.06, 51.481], [0.058, 51.479], [0.049, 51.473], [0.042, 51.469], [0.031, 51.466], [0.026, 51.464], [0.01, 51.461], [-0.006, 51.459], [-0.087, 51.451], [-0.09, 51.451], [-0.103, 51.447], [-0.116, 51.443], [-0.119, 51.442], [-0.132, 51.436], [-0.135, 51.433], [-0.14, 51.428], [-0.142, 51.42], [-0.14, 51.413], [-0.135, 51.406], [-0.134, 51.405], [-0.125, 51.398], [-0.098, 51.375], [-0.091, 51.368], [-0.089, 51.36], [-0.091, 51.353], [-0.098, 51.345], [-0.103, 51.342], [-0.119, 51.333], [-0.135, 51.327], [-0.151, 51.321], [-0.167, 51.317], [-0.179, 51.315], [-0.183, 51.315], [-0.196, 51.315], [-0.183, 51.316], [-0.167, 51.32], [-0.158, 51.322], [-0.136, 51.33], [-0.135, 51.331], [-0.119, 51.339], [-0.109, 51.345], [-0.104, 51.353], [-0.103, 51.36], [-0.106, 51.368], [-0.112, 51.375], [-0.119, 51.381], [-0.151, 51.405], [-0.159, 51.413], [-0.164, 51.42], [-0.163, 51.428], [-0.156, 51.436], [-0.151, 51.439], [-0.142, 51.443], [-0.135, 51.446], [-0.119, 51.452], [-0.091, 51.458], [-0.087, 51.459], [-0.07, 51.461], [-0.038, 51.464], [0.01, 51.468], [0.026, 51.472], [0.028, 51.473], [0.046, 51.481], [0.057, 51.488], [0.058, 51.489], [0.066, 51.496], [0.072, 51.503], [0.074, 51.507], [0.077, 51.511], [0.08, 51.518], [0.081, 51.526], [0.08, 51.534], [0.077, 51.541], [0.074, 51.545], [0.071, 51.549], [0.063, 51.556], [0.058, 51.56], [0.052, 51.564], [0.042, 51.569], [0.036, 51.571], [0.026, 51.575], [0.01, 51.579], [0.01, 51.579], [-0.006, 51.581], [-0.022, 51.582], [-0.038, 51.581], [-0.087, 51.581], [-0.103, 51.583], [-0.119, 51.585], [-0.125, 51.586], [-0.135, 51.588], [-0.154, 51.594], [-0.201, 51.609], [-0.231, 51.615], [-0.243, 51.616], [-0.247, 51.617], [-0.261, 51.616], [-0.263, 51.616], [-0.279, 51.612], [-0.283, 51.609], [-0.288, 51.601], [-0.29, 51.594], [-0.291, 51.586], [-0.292, 51.564], [-0.294, 51.556], [-0.295, 51.553], [-0.297, 51.549], [-0.301, 51.541], [-0.307, 51.534], [-0.311, 51.528], [-0.313, 51.526], [-0.328, 51.511], [-0.366, 51.481], [-0.372, 51.473], [-0.36, 51.466], [-0.359, 51.466], [-0.343, 51.46], [-0.311, 51.448], [-0.3, 51.443], [-0.295, 51.44], [-0.287, 51.436], [-0.28, 51.428], [-0.279, 51.42], [-0.283, 51.413], [-0.289, 51.405], [-0.306, 51.383], [-0.309, 51.375], [-0.31, 51.368], [-0.31, 51.36], [-0.308, 51.353], [-0.305, 51.345], [-0.297, 51.337], [-0.295, 51.336], [-0.279, 51.325], [-0.272, 51.322], [-0.263, 51.319], [-0.247, 51.316], [-0.24, 51.315], [-0.247, 51.315], [-0.254, 51.315], [-0.263, 51.317], [-0.278, 51.322], [-0.279, 51.323], [-0.292, 51.33], [-0.295, 51.332], [-0.303, 51.337], [-0.309, 51.345], [-0.311, 51.35], [-0.313, 51.353], [-0.316, 51.36], [-0.317, 51.368], [-0.316, 51.375], [-0.314, 51.383], [-0.311, 51.388], [-0.3, 51.413], [-0.299, 51.42], [-0.303, 51.428], [-0.311, 51.435], [-0.312, 51.436], [-0.327, 51.442], [-0.329, 51.443], [-0.343, 51.448], [-0.357, 51.451], [-0.359, 51.451], [-0.375, 51.452], [-0.391, 51.452], [-0.396, 51.451], [-0.428, 51.443], [-0.439, 51.44], [-0.487, 51.429], [-0.503, 51.428]]], [[[-0.503, 51.677], [-0.487, 51.684], [-0.475, 51.684], [-0.487, 51.678], [-0.489, 51.677], [-0.503, 51.672], [-0.503, 51.677]]], [[[0.057, 51.36], [0.058, 51.361], [0.074, 51.364], [0.079, 51.36], [0.074, 51.355], [0.057, 51.36]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#0000c3", "fill-opacity": 1, "stroke": "#0000c3", "stroke-opacity": 1, "stroke-width": 1, "title": "240.00 m", "color": "#0000c3", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.487, 51.435], [-0.461, 51.443], [-0.455, 51.446], [-0.444, 51.451], [-0.439, 51.455], [-0.434, 51.458], [-0.43, 51.466], [-0.439, 51.473], [-0.439, 51.473], [-0.471, 51.484], [-0.503, 51.491], [-0.503, 51.494], [-0.487, 51.491], [-0.439, 51.481], [-0.423, 51.477], [-0.41, 51.473], [-0.407, 51.469], [-0.403, 51.466], [-0.407, 51.464], [-0.413, 51.458], [-0.423, 51.454], [-0.455, 51.441], [-0.487, 51.432], [-0.503, 51.429], [-0.487, 51.435]]], [[[-0.503, 51.677], [-0.503, 51.681], [-0.495, 51.684], [-0.487, 51.684], [-0.503, 51.677], [-0.503, 51.677]]], [[[-0.36, 51.466], [-0.372, 51.473], [-0.366, 51.481], [-0.359, 51.485], [-0.356, 51.488], [-0.347, 51.496], [-0.327, 51.512], [-0.32, 51.518], [-0.311, 51.528], [-0.307, 51.534], [-0.301, 51.541], [-0.297, 51.549], [-0.295, 51.553], [-0.294, 51.556], [-0.292, 51.564], [-0.291, 51.571], [-0.291, 51.579], [-0.29, 51.594], [-0.288, 51.601], [-0.283, 51.609], [-0.279, 51.612], [-0.263, 51.616], [-0.261, 51.616], [-0.243, 51.616], [-0.215, 51.612], [-0.201, 51.609], [-0.177, 51.601], [-0.135, 51.588], [-0.125, 51.586], [-0.119, 51.585], [-0.103, 51.583], [-0.087, 51.581], [-0.07, 51.581], [-0.006, 51.581], [0.01, 51.579], [0.01, 51.579], [0.036, 51.571], [0.042, 51.569], [0.052, 51.564], [0.058, 51.56], [0.063, 51.556], [0.071, 51.549], [0.074, 51.545], [0.077, 51.541], [0.08, 51.534], [0.081, 51.526], [0.08, 51.518], [0.077, 51.511], [0.074, 51.507], [0.072, 51.503], [0.066, 51.496], [0.058, 51.489], [0.057, 51.488], [0.046, 51.481], [0.042, 51.478], [0.028, 51.473], [0.026, 51.472], [0.01, 51.468], [-0.006, 51.467], [-0.091, 51.458], [-0.103, 51.456], [-0.122, 51.451], [-0.135, 51.446], [-0.142, 51.443], [-0.151, 51.439], [-0.156, 51.436], [-0.163, 51.428], [-0.164, 51.42], [-0.159, 51.413], [-0.151, 51.405], [-0.151, 51.405], [-0.121, 51.383], [-0.112, 51.375], [-0.106, 51.368], [-0.103, 51.36], [-0.104, 51.353], [-0.109, 51.345], [-0.119, 51.339], [-0.121, 51.337], [-0.135, 51.331], [-0.136, 51.33], [-0.151, 51.324], [-0.158, 51.322], [-0.167, 51.32], [-0.183, 51.316], [-0.196, 51.315], [-0.199, 51.315], [-0.247, 51.316], [-0.263, 51.319], [-0.272, 51.322], [-0.279, 51.325], [-0.288, 51.33], [-0.295, 51.336], [-0.297, 51.337], [-0.305, 51.345], [-0.308, 51.353], [-0.31, 51.36], [-0.31, 51.368], [-0.309, 51.375], [-0.306, 51.383], [-0.302, 51.39], [-0.295, 51.398], [-0.283, 51.413], [-0.279, 51.42], [-0.28, 51.428], [-0.287, 51.436], [-0.295, 51.44], [-0.3, 51.443], [-0.311, 51.448], [-0.327, 51.454], [-0.36, 51.466]], [[-0.327, 51.466], [-0.277, 51.443], [-0.264, 51.436], [-0.263, 51.434], [-0.257, 51.428], [-0.259, 51.42], [-0.263, 51.417], [-0.267, 51.413], [-0.276, 51.405], [-0.286, 51.398], [-0.293, 51.39], [-0.295, 51.388], [-0.3, 51.383], [-0.304, 51.375], [-0.306, 51.368], [-0.306, 51.36], [-0.305, 51.353], [-0.3, 51.345], [-0.295, 51.34], [-0.293, 51.337], [-0.283, 51.33], [-0.279, 51.328], [-0.266, 51.322], [-0.263, 51.321], [-0.247, 51.317], [-0.231, 51.315], [-0.215, 51.315], [-0.199, 51.316], [-0.183, 51.318], [-0.167, 51.322], [-0.151, 51.327], [-0.143, 51.33], [-0.135, 51.334], [-0.128, 51.337], [-0.119, 51.345], [-0.119, 51.345], [-0.113, 51.353], [-0.112, 51.36], [-0.116, 51.368], [-0.119, 51.371], [-0.131, 51.383], [-0.135, 51.385], [-0.177, 51.413], [-0.183, 51.419], [-0.185, 51.42], [-0.187, 51.428], [-0.183, 51.432], [-0.179, 51.436], [-0.167, 51.442], [-0.164, 51.443], [-0.151, 51.448], [-0.135, 51.454], [-0.119, 51.458], [-0.087, 51.465], [-0.081, 51.466], [-0.054, 51.469], [0.01, 51.475], [0.026, 51.479], [0.031, 51.481], [0.042, 51.486], [0.046, 51.488], [0.056, 51.496], [0.058, 51.498], [0.063, 51.503], [0.068, 51.511], [0.071, 51.518], [0.072, 51.526], [0.071, 51.534], [0.067, 51.541], [0.061, 51.549], [0.058, 51.551], [0.051, 51.556], [0.042, 51.561], [0.037, 51.564], [0.026, 51.568], [0.012, 51.571], [0.01, 51.572], [-0.006, 51.574], [-0.022, 51.575], [-0.038, 51.575], [-0.087, 51.574], [-0.103, 51.576], [-0.119, 51.578], [-0.125, 51.579], [-0.135, 51.581], [-0.151, 51.585], [-0.155, 51.586], [-0.215, 51.605], [-0.231, 51.608], [-0.244, 51.609], [-0.247, 51.609], [-0.248, 51.609], [-0.263, 51.606], [-0.271, 51.601], [-0.277, 51.594], [-0.279, 51.586], [-0.279, 51.585], [-0.282, 51.564], [-0.284, 51.556], [-0.288, 51.549], [-0.292, 51.541], [-0.295, 51.536], [-0.297, 51.534], [-0.304, 51.526], [-0.311, 51.517], [-0.318, 51.511], [-0.325, 51.503], [-0.338, 51.488], [-0.341, 51.481], [-0.338, 51.473], [-0.327, 51.466]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#0000da", "fill-opacity": 1, "stroke": "#0000da", "stroke-opacity": 1, "stroke-width": 1, "title": "320.00 m", "color": "#0000da", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.493, 51.436], [-0.471, 51.443], [-0.456, 51.451], [-0.455, 51.451], [-0.446, 51.458], [-0.444, 51.466], [-0.453, 51.473], [-0.455, 51.474], [-0.472, 51.481], [-0.487, 51.485], [-0.503, 51.489], [-0.503, 51.491], [-0.49, 51.488], [-0.455, 51.479], [-0.439, 51.473], [-0.43, 51.466], [-0.434, 51.458], [-0.439, 51.455], [-0.455, 51.446], [-0.471, 51.44], [-0.487, 51.435], [-0.503, 51.431], [-0.493, 51.436]]], [[[-0.503, 51.684], [-0.495, 51.684], [-0.503, 51.684]]], [[[-0.327, 51.466], [-0.338, 51.473], [-0.341, 51.481], [-0.338, 51.488], [-0.332, 51.496], [-0.327, 51.501], [-0.325, 51.503], [-0.318, 51.511], [-0.31, 51.518], [-0.295, 51.536], [-0.292, 51.541], [-0.288, 51.549], [-0.284, 51.556], [-0.282, 51.564], [-0.281, 51.571], [-0.28, 51.579], [-0.279, 51.586], [-0.277, 51.594], [-0.271, 51.601], [-0.263, 51.606], [-0.248, 51.609], [-0.247, 51.609], [-0.244, 51.609], [-0.231, 51.608], [-0.215, 51.605], [-0.201, 51.601], [-0.183, 51.596], [-0.135, 51.581], [-0.125, 51.579], [-0.119, 51.578], [-0.103, 51.576], [-0.087, 51.574], [-0.07, 51.574], [-0.006, 51.574], [0.01, 51.572], [0.012, 51.571], [0.026, 51.568], [0.037, 51.564], [0.042, 51.561], [0.051, 51.556], [0.058, 51.551], [0.061, 51.549], [0.067, 51.541], [0.071, 51.534], [0.072, 51.526], [0.071, 51.518], [0.068, 51.511], [0.063, 51.503], [0.058, 51.498], [0.056, 51.496], [0.046, 51.488], [0.042, 51.486], [0.031, 51.481], [0.026, 51.479], [0.01, 51.475], [-0.002, 51.473], [-0.022, 51.471], [-0.087, 51.465], [-0.119, 51.458], [-0.119, 51.458], [-0.144, 51.451], [-0.151, 51.448], [-0.167, 51.442], [-0.179, 51.436], [-0.183, 51.432], [-0.187, 51.428], [-0.185, 51.42], [-0.183, 51.419], [-0.177, 51.413], [-0.167, 51.406], [-0.131, 51.383], [-0.122, 51.375], [-0.119, 51.371], [-0.116, 51.368], [-0.112, 51.36], [-0.113, 51.353], [-0.119, 51.345], [-0.119, 51.345], [-0.128, 51.337], [-0.135, 51.334], [-0.151, 51.327], [-0.167, 51.322], [-0.183, 51.318], [-0.199, 51.316], [-0.215, 51.315], [-0.231, 51.315], [-0.247, 51.317], [-0.263, 51.321], [-0.266, 51.322], [-0.283, 51.33], [-0.293, 51.337], [-0.295, 51.34], [-0.305, 51.353], [-0.306, 51.36], [-0.306, 51.368], [-0.304, 51.375], [-0.3, 51.383], [-0.295, 51.388], [-0.293, 51.39], [-0.286, 51.398], [-0.279, 51.404], [-0.276, 51.405], [-0.267, 51.413], [-0.263, 51.417], [-0.259, 51.42], [-0.257, 51.428], [-0.263, 51.434], [-0.264, 51.436], [-0.277, 51.443], [-0.279, 51.444], [-0.327, 51.466]], [[-0.311, 51.468], [-0.308, 51.466], [-0.295, 51.46], [-0.279, 51.453], [-0.247, 51.44], [-0.231, 51.436], [-0.215, 51.436], [-0.199, 51.439], [-0.189, 51.443], [-0.183, 51.444], [-0.167, 51.45], [-0.135, 51.459], [-0.103, 51.467], [-0.07, 51.472], [-0.054, 51.474], [0.01, 51.48], [0.012, 51.481], [0.026, 51.485], [0.034, 51.488], [0.042, 51.493], [0.046, 51.496], [0.055, 51.503], [0.058, 51.508], [0.06, 51.511], [0.063, 51.518], [0.064, 51.526], [0.062, 51.534], [0.058, 51.541], [0.058, 51.541], [0.05, 51.549], [0.042, 51.554], [0.038, 51.556], [0.026, 51.562], [0.018, 51.564], [0.01, 51.566], [-0.006, 51.568], [-0.022, 51.569], [-0.038, 51.569], [-0.103, 51.569], [-0.119, 51.571], [-0.151, 51.578], [-0.153, 51.579], [-0.215, 51.598], [-0.231, 51.601], [-0.247, 51.6], [-0.261, 51.594], [-0.263, 51.592], [-0.266, 51.586], [-0.269, 51.579], [-0.271, 51.571], [-0.273, 51.564], [-0.275, 51.556], [-0.279, 51.549], [-0.279, 51.549], [-0.284, 51.541], [-0.289, 51.534], [-0.295, 51.526], [-0.302, 51.518], [-0.32, 51.496], [-0.324, 51.488], [-0.324, 51.481], [-0.311, 51.468]], [[-0.295, 51.344], [-0.29, 51.337], [-0.279, 51.33], [-0.278, 51.33], [-0.263, 51.323], [-0.26, 51.322], [-0.247, 51.319], [-0.231, 51.317], [-0.215, 51.316], [-0.199, 51.317], [-0.183, 51.32], [-0.174, 51.322], [-0.167, 51.324], [-0.151, 51.33], [-0.151, 51.33], [-0.135, 51.337], [-0.135, 51.338], [-0.125, 51.345], [-0.12, 51.353], [-0.12, 51.36], [-0.123, 51.368], [-0.13, 51.375], [-0.135, 51.379], [-0.151, 51.39], [-0.167, 51.399], [-0.179, 51.405], [-0.199, 51.415], [-0.215, 51.42], [-0.231, 51.419], [-0.247, 51.414], [-0.249, 51.413], [-0.263, 51.406], [-0.264, 51.405], [-0.277, 51.398], [-0.279, 51.396], [-0.287, 51.39], [-0.294, 51.383], [-0.295, 51.381], [-0.299, 51.375], [-0.302, 51.368], [-0.303, 51.36], [-0.301, 51.353], [-0.295, 51.344]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#0000f5", "fill-opacity": 1, "stroke": "#0000f5", "stroke-opacity": 1, "stroke-width": 1, "title": "400.00 m", "color": "#0000f5", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.501, 51.436], [-0.478, 51.443], [-0.471, 51.446], [-0.463, 51.451], [-0.455, 51.458], [-0.455, 51.461], [-0.455, 51.466], [-0.455, 51.466], [-0.462, 51.473], [-0.471, 51.477], [-0.487, 51.483], [-0.503, 51.487], [-0.503, 51.488], [-0.503, 51.489], [-0.501, 51.488], [-0.472, 51.481], [-0.471, 51.48], [-0.453, 51.473], [-0.444, 51.466], [-0.446, 51.458], [-0.455, 51.451], [-0.456, 51.451], [-0.471, 51.443], [-0.471, 51.443], [-0.503, 51.433], [-0.501, 51.436]]], [[[-0.319, 51.473], [-0.324, 51.481], [-0.324, 51.488], [-0.32, 51.496], [-0.315, 51.503], [-0.311, 51.507], [-0.308, 51.511], [-0.302, 51.518], [-0.295, 51.526], [-0.284, 51.541], [-0.279, 51.549], [-0.279, 51.549], [-0.275, 51.556], [-0.273, 51.564], [-0.271, 51.571], [-0.266, 51.586], [-0.263, 51.592], [-0.261, 51.594], [-0.247, 51.6], [-0.231, 51.601], [-0.215, 51.598], [-0.199, 51.594], [-0.183, 51.588], [-0.151, 51.578], [-0.135, 51.574], [-0.119, 51.571], [-0.103, 51.569], [-0.087, 51.568], [-0.07, 51.568], [-0.006, 51.568], [0.01, 51.566], [0.018, 51.564], [0.026, 51.562], [0.038, 51.556], [0.042, 51.554], [0.05, 51.549], [0.058, 51.541], [0.058, 51.541], [0.062, 51.534], [0.064, 51.526], [0.063, 51.518], [0.06, 51.511], [0.058, 51.508], [0.055, 51.503], [0.046, 51.496], [0.042, 51.493], [0.034, 51.488], [0.026, 51.485], [0.012, 51.481], [0.01, 51.48], [-0.006, 51.477], [-0.022, 51.476], [-0.087, 51.47], [-0.109, 51.466], [-0.139, 51.458], [-0.167, 51.45], [-0.183, 51.444], [-0.215, 51.436], [-0.231, 51.436], [-0.247, 51.44], [-0.252, 51.443], [-0.263, 51.446], [-0.273, 51.451], [-0.308, 51.466], [-0.319, 51.473]], [[-0.311, 51.481], [-0.311, 51.481], [-0.305, 51.473], [-0.295, 51.467], [-0.292, 51.466], [-0.279, 51.46], [-0.274, 51.458], [-0.25, 51.451], [-0.231, 51.446], [-0.215, 51.446], [-0.199, 51.448], [-0.187, 51.451], [-0.091, 51.473], [-0.07, 51.476], [0.01, 51.485], [0.021, 51.488], [0.026, 51.49], [0.037, 51.496], [0.042, 51.499], [0.046, 51.503], [0.052, 51.511], [0.056, 51.518], [0.056, 51.526], [0.054, 51.534], [0.049, 51.541], [0.042, 51.547], [0.04, 51.549], [0.026, 51.556], [0.024, 51.556], [0.01, 51.56], [-0.006, 51.563], [-0.022, 51.563], [-0.038, 51.563], [-0.099, 51.564], [-0.103, 51.564], [-0.119, 51.566], [-0.135, 51.569], [-0.151, 51.572], [-0.174, 51.579], [-0.215, 51.59], [-0.231, 51.592], [-0.247, 51.589], [-0.25, 51.586], [-0.256, 51.579], [-0.26, 51.571], [-0.263, 51.565], [-0.271, 51.549], [-0.276, 51.541], [-0.279, 51.537], [-0.287, 51.526], [-0.306, 51.503], [-0.31, 51.496], [-0.311, 51.492], [-0.311, 51.481]]], [[[-0.296, 51.345], [-0.301, 51.353], [-0.303, 51.36], [-0.302, 51.368], [-0.299, 51.375], [-0.295, 51.381], [-0.294, 51.383], [-0.287, 51.39], [-0.279, 51.396], [-0.277, 51.398], [-0.263, 51.406], [-0.249, 51.413], [-0.247, 51.414], [-0.231, 51.419], [-0.215, 51.42], [-0.199, 51.415], [-0.196, 51.413], [-0.183, 51.408], [-0.179, 51.405], [-0.167, 51.399], [-0.164, 51.398], [-0.139, 51.383], [-0.135, 51.379], [-0.13, 51.375], [-0.123, 51.368], [-0.12, 51.36], [-0.12, 51.353], [-0.125, 51.345], [-0.135, 51.338], [-0.135, 51.337], [-0.151, 51.33], [-0.151, 51.33], [-0.174, 51.322], [-0.199, 51.317], [-0.215, 51.316], [-0.231, 51.317], [-0.247, 51.319], [-0.26, 51.322], [-0.263, 51.323], [-0.278, 51.33], [-0.279, 51.33], [-0.29, 51.337], [-0.296, 51.345]], [[-0.295, 51.349], [-0.293, 51.345], [-0.287, 51.337], [-0.279, 51.332], [-0.275, 51.33], [-0.263, 51.325], [-0.255, 51.322], [-0.247, 51.32], [-0.231, 51.318], [-0.215, 51.318], [-0.199, 51.319], [-0.183, 51.322], [-0.167, 51.326], [-0.155, 51.33], [-0.151, 51.332], [-0.14, 51.337], [-0.135, 51.342], [-0.13, 51.345], [-0.125, 51.353], [-0.125, 51.36], [-0.129, 51.368], [-0.135, 51.373], [-0.137, 51.375], [-0.147, 51.383], [-0.151, 51.385], [-0.167, 51.395], [-0.174, 51.398], [-0.194, 51.405], [-0.199, 51.407], [-0.215, 51.411], [-0.231, 51.411], [-0.247, 51.407], [-0.25, 51.405], [-0.268, 51.398], [-0.28, 51.39], [-0.289, 51.383], [-0.294, 51.375], [-0.295, 51.374], [-0.298, 51.368], [-0.299, 51.36], [-0.295, 51.349]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#0000ff", "fill-opacity": 1, "stroke": "#0000ff", "stroke-opacity": 1, "stroke-width": 1, "title": "480.00 m", "color": "#0000ff", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.503, 51.436], [-0.503, 51.437], [-0.487, 51.442], [-0.484, 51.443], [-0.471, 51.45], [-0.47, 51.451], [-0.462, 51.458], [-0.462, 51.466], [-0.471, 51.473], [-0.471, 51.473], [-0.489, 51.481], [-0.503, 51.487], [-0.487, 51.483], [-0.481, 51.481], [-0.471, 51.477], [-0.462, 51.473], [-0.455, 51.466], [-0.455, 51.466], [-0.455, 51.461], [-0.455, 51.458], [-0.463, 51.451], [-0.471, 51.446], [-0.487, 51.44], [-0.503, 51.436]]], [[[-0.312, 51.488], [-0.31, 51.496], [-0.306, 51.503], [-0.3, 51.511], [-0.295, 51.517], [-0.294, 51.518], [-0.276, 51.541], [-0.271, 51.549], [-0.267, 51.556], [-0.263, 51.564], [-0.256, 51.579], [-0.25, 51.586], [-0.247, 51.589], [-0.231, 51.592], [-0.215, 51.59], [-0.199, 51.586], [-0.198, 51.586], [-0.147, 51.571], [-0.135, 51.569], [-0.119, 51.566], [-0.103, 51.564], [-0.099, 51.564], [-0.07, 51.563], [-0.006, 51.563], [0.01, 51.56], [0.024, 51.556], [0.026, 51.556], [0.04, 51.549], [0.042, 51.547], [0.049, 51.541], [0.054, 51.534], [0.056, 51.526], [0.056, 51.518], [0.052, 51.511], [0.046, 51.503], [0.042, 51.499], [0.037, 51.496], [0.026, 51.49], [0.021, 51.488], [0.01, 51.485], [-0.006, 51.482], [-0.018, 51.481], [-0.091, 51.473], [-0.129, 51.466], [-0.215, 51.446], [-0.231, 51.446], [-0.247, 51.449], [-0.25, 51.451], [-0.279, 51.46], [-0.292, 51.466], [-0.295, 51.467], [-0.305, 51.473], [-0.311, 51.481], [-0.312, 51.488]], [[-0.295, 51.476], [-0.291, 51.473], [-0.279, 51.466], [-0.277, 51.466], [-0.263, 51.46], [-0.255, 51.458], [-0.247, 51.456], [-0.231, 51.453], [-0.215, 51.452], [-0.199, 51.454], [-0.183, 51.457], [-0.151, 51.464], [-0.103, 51.475], [-0.07, 51.48], [0.004, 51.488], [0.01, 51.49], [0.026, 51.495], [0.027, 51.496], [0.038, 51.503], [0.042, 51.507], [0.045, 51.511], [0.048, 51.518], [0.049, 51.526], [0.046, 51.534], [0.042, 51.539], [0.04, 51.541], [0.028, 51.549], [0.026, 51.55], [0.01, 51.555], [0.003, 51.556], [-0.006, 51.558], [-0.022, 51.559], [-0.038, 51.559], [-0.103, 51.559], [-0.119, 51.561], [-0.137, 51.564], [-0.167, 51.571], [-0.215, 51.582], [-0.231, 51.582], [-0.239, 51.579], [-0.247, 51.574], [-0.248, 51.571], [-0.279, 51.528], [-0.295, 51.507], [-0.301, 51.496], [-0.303, 51.488], [-0.295, 51.476]]], [[[-0.298, 51.353], [-0.299, 51.36], [-0.298, 51.368], [-0.295, 51.374], [-0.294, 51.375], [-0.289, 51.383], [-0.28, 51.39], [-0.279, 51.391], [-0.268, 51.398], [-0.263, 51.401], [-0.25, 51.405], [-0.247, 51.407], [-0.231, 51.411], [-0.215, 51.411], [-0.199, 51.407], [-0.194, 51.405], [-0.167, 51.395], [-0.159, 51.39], [-0.147, 51.383], [-0.137, 51.375], [-0.135, 51.373], [-0.129, 51.368], [-0.125, 51.36], [-0.125, 51.353], [-0.13, 51.345], [-0.135, 51.342], [-0.14, 51.337], [-0.151, 51.332], [-0.155, 51.33], [-0.167, 51.326], [-0.181, 51.322], [-0.199, 51.319], [-0.215, 51.318], [-0.231, 51.318], [-0.247, 51.32], [-0.255, 51.322], [-0.263, 51.325], [-0.275, 51.33], [-0.279, 51.332], [-0.287, 51.337], [-0.293, 51.345], [-0.298, 51.353]], [[-0.295, 51.357], [-0.294, 51.353], [-0.291, 51.345], [-0.284, 51.337], [-0.279, 51.334], [-0.272, 51.33], [-0.263, 51.326], [-0.249, 51.322], [-0.247, 51.322], [-0.231, 51.319], [-0.215, 51.319], [-0.199, 51.32], [-0.188, 51.322], [-0.167, 51.328], [-0.16, 51.33], [-0.151, 51.334], [-0.144, 51.337], [-0.135, 51.345], [-0.135, 51.347], [-0.131, 51.353], [-0.131, 51.36], [-0.135, 51.367], [-0.135, 51.368], [-0.142, 51.375], [-0.151, 51.381], [-0.153, 51.383], [-0.167, 51.39], [-0.167, 51.39], [-0.184, 51.398], [-0.215, 51.405], [-0.231, 51.405], [-0.247, 51.402], [-0.259, 51.398], [-0.263, 51.396], [-0.274, 51.39], [-0.279, 51.387], [-0.284, 51.383], [-0.291, 51.375], [-0.294, 51.368], [-0.295, 51.364], [-0.295, 51.357]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#0010ff", "fill-opacity": 1, "stroke": "#0010ff", "stroke-opacity": 1, "stroke-width": 1, "title": "560.00 m", "color": "#0010ff", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.489, 51.443], [-0.475, 51.451], [-0.471, 51.455], [-0.468, 51.458], [-0.468, 51.466], [-0.471, 51.468], [-0.477, 51.473], [-0.487, 51.478], [-0.495, 51.481], [-0.503, 51.483], [-0.503, 51.485], [-0.489, 51.481], [-0.487, 51.48], [-0.471, 51.473], [-0.462, 51.466], [-0.462, 51.458], [-0.47, 51.451], [-0.471, 51.45], [-0.487, 51.442], [-0.503, 51.437], [-0.489, 51.443]]], [[[-0.296, 51.36], [-0.294, 51.368], [-0.291, 51.375], [-0.284, 51.383], [-0.279, 51.387], [-0.274, 51.39], [-0.263, 51.396], [-0.259, 51.398], [-0.247, 51.402], [-0.231, 51.405], [-0.215, 51.405], [-0.199, 51.403], [-0.184, 51.398], [-0.183, 51.397], [-0.167, 51.39], [-0.167, 51.39], [-0.153, 51.383], [-0.151, 51.381], [-0.142, 51.375], [-0.135, 51.368], [-0.135, 51.367], [-0.131, 51.36], [-0.131, 51.353], [-0.135, 51.347], [-0.135, 51.345], [-0.144, 51.337], [-0.151, 51.334], [-0.16, 51.33], [-0.167, 51.328], [-0.183, 51.323], [-0.188, 51.322], [-0.215, 51.319], [-0.231, 51.319], [-0.247, 51.322], [-0.249, 51.322], [-0.272, 51.33], [-0.279, 51.334], [-0.284, 51.337], [-0.291, 51.345], [-0.294, 51.353], [-0.296, 51.36]], [[-0.279, 51.336], [-0.263, 51.327], [-0.247, 51.323], [-0.242, 51.322], [-0.215, 51.32], [-0.199, 51.322], [-0.196, 51.322], [-0.167, 51.329], [-0.165, 51.33], [-0.151, 51.337], [-0.149, 51.337], [-0.139, 51.345], [-0.135, 51.353], [-0.135, 51.36], [-0.139, 51.368], [-0.147, 51.375], [-0.151, 51.377], [-0.159, 51.383], [-0.167, 51.387], [-0.174, 51.39], [-0.183, 51.394], [-0.196, 51.398], [-0.199, 51.399], [-0.215, 51.402], [-0.231, 51.402], [-0.247, 51.399], [-0.249, 51.398], [-0.268, 51.39], [-0.279, 51.383], [-0.28, 51.383], [-0.288, 51.375], [-0.292, 51.368], [-0.293, 51.36], [-0.292, 51.353], [-0.289, 51.345], [-0.279, 51.336]]], [[[-0.3, 51.481], [-0.303, 51.488], [-0.301, 51.496], [-0.298, 51.503], [-0.295, 51.507], [-0.263, 51.549], [-0.248, 51.571], [-0.247, 51.574], [-0.239, 51.579], [-0.231, 51.582], [-0.215, 51.582], [-0.199, 51.579], [-0.197, 51.579], [-0.151, 51.567], [-0.135, 51.563], [-0.119, 51.561], [-0.103, 51.559], [-0.087, 51.558], [-0.07, 51.558], [-0.006, 51.558], [0.003, 51.556], [0.01, 51.555], [0.026, 51.55], [0.028, 51.549], [0.04, 51.541], [0.042, 51.539], [0.046, 51.534], [0.049, 51.526], [0.048, 51.518], [0.045, 51.511], [0.042, 51.507], [0.038, 51.503], [0.027, 51.496], [0.026, 51.495], [0.01, 51.49], [0.004, 51.488], [-0.006, 51.486], [-0.022, 51.484], [-0.113, 51.473], [-0.151, 51.464], [-0.183, 51.457], [-0.199, 51.454], [-0.215, 51.452], [-0.231, 51.453], [-0.247, 51.456], [-0.255, 51.458], [-0.277, 51.466], [-0.279, 51.466], [-0.291, 51.473], [-0.3, 51.481]], [[-0.279, 51.473], [-0.262, 51.466], [-0.247, 51.461], [-0.231, 51.458], [-0.222, 51.458], [-0.209, 51.458], [-0.183, 51.461], [-0.167, 51.464], [-0.087, 51.482], [-0.054, 51.485], [-0.006, 51.49], [0.01, 51.494], [0.015, 51.496], [0.026, 51.501], [0.029, 51.503], [0.037, 51.511], [0.041, 51.518], [0.041, 51.526], [0.038, 51.534], [0.03, 51.541], [0.026, 51.544], [0.014, 51.549], [0.01, 51.55], [-0.006, 51.553], [-0.022, 51.554], [-0.038, 51.554], [-0.103, 51.555], [-0.119, 51.556], [-0.151, 51.562], [-0.215, 51.574], [-0.231, 51.572], [-0.232, 51.571], [-0.242, 51.564], [-0.247, 51.559], [-0.249, 51.556], [-0.261, 51.541], [-0.285, 51.511], [-0.29, 51.503], [-0.293, 51.496], [-0.293, 51.488], [-0.289, 51.481], [-0.279, 51.473]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#0024ff", "fill-opacity": 1, "stroke": "#0024ff", "stroke-opacity": 1, "stroke-width": 1, "title": "640.00 m", "color": "#0024ff", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.493, 51.443], [-0.479, 51.451], [-0.473, 51.458], [-0.474, 51.466], [-0.482, 51.473], [-0.487, 51.475], [-0.503, 51.482], [-0.503, 51.483], [-0.495, 51.481], [-0.487, 51.478], [-0.477, 51.473], [-0.471, 51.468], [-0.468, 51.466], [-0.468, 51.458], [-0.471, 51.455], [-0.475, 51.451], [-0.487, 51.444], [-0.489, 51.443], [-0.503, 51.438], [-0.493, 51.443]]], [[[-0.281, 51.337], [-0.289, 51.345], [-0.292, 51.353], [-0.293, 51.36], [-0.292, 51.368], [-0.288, 51.375], [-0.28, 51.383], [-0.279, 51.383], [-0.268, 51.39], [-0.263, 51.393], [-0.249, 51.398], [-0.247, 51.399], [-0.231, 51.402], [-0.215, 51.402], [-0.199, 51.399], [-0.196, 51.398], [-0.174, 51.39], [-0.159, 51.383], [-0.151, 51.377], [-0.147, 51.375], [-0.139, 51.368], [-0.135, 51.36], [-0.135, 51.353], [-0.139, 51.345], [-0.149, 51.337], [-0.151, 51.337], [-0.167, 51.329], [-0.183, 51.325], [-0.196, 51.322], [-0.215, 51.32], [-0.231, 51.321], [-0.242, 51.322], [-0.247, 51.323], [-0.263, 51.327], [-0.269, 51.33], [-0.281, 51.337]], [[-0.279, 51.338], [-0.278, 51.337], [-0.265, 51.33], [-0.263, 51.329], [-0.247, 51.324], [-0.234, 51.322], [-0.231, 51.322], [-0.215, 51.321], [-0.205, 51.322], [-0.183, 51.326], [-0.169, 51.33], [-0.167, 51.331], [-0.153, 51.337], [-0.151, 51.339], [-0.143, 51.345], [-0.139, 51.353], [-0.139, 51.36], [-0.144, 51.368], [-0.151, 51.374], [-0.152, 51.375], [-0.164, 51.383], [-0.167, 51.384], [-0.181, 51.39], [-0.183, 51.391], [-0.199, 51.396], [-0.212, 51.398], [-0.215, 51.398], [-0.231, 51.398], [-0.233, 51.398], [-0.247, 51.396], [-0.262, 51.39], [-0.263, 51.39], [-0.275, 51.383], [-0.279, 51.38], [-0.284, 51.375], [-0.289, 51.368], [-0.291, 51.36], [-0.29, 51.353], [-0.279, 51.338]]], [[[-0.279, 51.473], [-0.289, 51.481], [-0.293, 51.488], [-0.293, 51.496], [-0.29, 51.503], [-0.285, 51.511], [-0.28, 51.518], [-0.247, 51.559], [-0.242, 51.564], [-0.232, 51.571], [-0.231, 51.572], [-0.215, 51.574], [-0.199, 51.573], [-0.193, 51.571], [-0.135, 51.559], [-0.119, 51.556], [-0.103, 51.555], [-0.087, 51.554], [-0.054, 51.554], [-0.022, 51.554], [-0.006, 51.553], [0.01, 51.55], [0.014, 51.549], [0.026, 51.544], [0.03, 51.541], [0.038, 51.534], [0.041, 51.526], [0.041, 51.518], [0.037, 51.511], [0.029, 51.503], [0.026, 51.501], [0.015, 51.496], [0.01, 51.494], [-0.006, 51.49], [-0.021, 51.488], [-0.119, 51.476], [-0.199, 51.459], [-0.209, 51.458], [-0.215, 51.458], [-0.222, 51.458], [-0.231, 51.458], [-0.247, 51.461], [-0.262, 51.466], [-0.263, 51.466], [-0.279, 51.473]], [[-0.279, 51.48], [-0.263, 51.471], [-0.247, 51.466], [-0.245, 51.466], [-0.231, 51.463], [-0.215, 51.462], [-0.199, 51.463], [-0.183, 51.465], [-0.167, 51.468], [-0.07, 51.487], [-0.0, 51.496], [0.01, 51.499], [0.02, 51.503], [0.026, 51.508], [0.029, 51.511], [0.033, 51.518], [0.033, 51.526], [0.029, 51.534], [0.026, 51.537], [0.019, 51.541], [0.01, 51.545], [-0.006, 51.548], [-0.008, 51.549], [-0.038, 51.55], [-0.103, 51.55], [-0.119, 51.552], [-0.135, 51.554], [-0.151, 51.557], [-0.199, 51.566], [-0.215, 51.566], [-0.225, 51.564], [-0.231, 51.562], [-0.238, 51.556], [-0.247, 51.548], [-0.253, 51.541], [-0.273, 51.518], [-0.279, 51.511], [-0.279, 51.51], [-0.283, 51.503], [-0.286, 51.496], [-0.285, 51.488], [-0.279, 51.48]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#003cff", "fill-opacity": 1, "stroke": "#003cff", "stroke-opacity": 1, "stroke-width": 1, "title": "720.00 m", "color": "#003cff", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.498, 51.443], [-0.484, 51.451], [-0.477, 51.458], [-0.478, 51.466], [-0.487, 51.473], [-0.488, 51.473], [-0.503, 51.48], [-0.503, 51.481], [-0.503, 51.482], [-0.501, 51.481], [-0.487, 51.475], [-0.482, 51.473], [-0.474, 51.466], [-0.473, 51.458], [-0.479, 51.451], [-0.487, 51.447], [-0.493, 51.443], [-0.503, 51.439], [-0.498, 51.443]]], [[[-0.287, 51.345], [-0.29, 51.353], [-0.291, 51.36], [-0.289, 51.368], [-0.284, 51.375], [-0.279, 51.38], [-0.275, 51.383], [-0.263, 51.39], [-0.262, 51.39], [-0.247, 51.396], [-0.233, 51.398], [-0.231, 51.398], [-0.215, 51.398], [-0.212, 51.398], [-0.183, 51.391], [-0.181, 51.39], [-0.164, 51.383], [-0.152, 51.375], [-0.151, 51.374], [-0.144, 51.368], [-0.139, 51.36], [-0.139, 51.353], [-0.143, 51.345], [-0.151, 51.339], [-0.153, 51.337], [-0.167, 51.331], [-0.169, 51.33], [-0.183, 51.326], [-0.199, 51.323], [-0.205, 51.322], [-0.215, 51.321], [-0.231, 51.322], [-0.234, 51.322], [-0.247, 51.324], [-0.263, 51.329], [-0.265, 51.33], [-0.278, 51.337], [-0.287, 51.345]], [[-0.279, 51.34], [-0.276, 51.337], [-0.263, 51.33], [-0.262, 51.33], [-0.247, 51.325], [-0.231, 51.323], [-0.215, 51.323], [-0.199, 51.324], [-0.183, 51.327], [-0.173, 51.33], [-0.167, 51.333], [-0.156, 51.337], [-0.151, 51.342], [-0.146, 51.345], [-0.142, 51.353], [-0.143, 51.36], [-0.148, 51.368], [-0.151, 51.37], [-0.156, 51.375], [-0.167, 51.381], [-0.169, 51.383], [-0.183, 51.389], [-0.188, 51.39], [-0.199, 51.394], [-0.215, 51.396], [-0.231, 51.396], [-0.247, 51.393], [-0.255, 51.39], [-0.263, 51.388], [-0.271, 51.383], [-0.279, 51.377], [-0.281, 51.375], [-0.287, 51.368], [-0.289, 51.36], [-0.288, 51.353], [-0.279, 51.34]]], [[[-0.279, 51.481], [-0.285, 51.488], [-0.286, 51.496], [-0.283, 51.503], [-0.279, 51.51], [-0.279, 51.511], [-0.273, 51.518], [-0.267, 51.526], [-0.247, 51.549], [-0.231, 51.562], [-0.225, 51.564], [-0.215, 51.566], [-0.199, 51.566], [-0.185, 51.564], [-0.103, 51.55], [-0.087, 51.55], [-0.07, 51.549], [-0.008, 51.549], [-0.006, 51.548], [0.01, 51.545], [0.019, 51.541], [0.026, 51.537], [0.029, 51.534], [0.033, 51.526], [0.033, 51.518], [0.029, 51.511], [0.026, 51.508], [0.02, 51.503], [0.01, 51.499], [-0.0, 51.496], [-0.006, 51.494], [-0.022, 51.492], [-0.038, 51.49], [-0.103, 51.482], [-0.135, 51.476], [-0.183, 51.465], [-0.199, 51.463], [-0.215, 51.462], [-0.231, 51.463], [-0.245, 51.466], [-0.247, 51.466], [-0.263, 51.471], [-0.267, 51.473], [-0.279, 51.481]], [[-0.263, 51.477], [-0.247, 51.471], [-0.231, 51.467], [-0.215, 51.466], [-0.199, 51.467], [-0.183, 51.469], [-0.167, 51.472], [-0.07, 51.491], [-0.006, 51.499], [0.009, 51.503], [0.01, 51.504], [0.02, 51.511], [0.025, 51.518], [0.025, 51.526], [0.019, 51.534], [0.01, 51.539], [0.004, 51.541], [-0.006, 51.544], [-0.022, 51.545], [-0.038, 51.546], [-0.119, 51.548], [-0.135, 51.55], [-0.199, 51.56], [-0.215, 51.559], [-0.223, 51.556], [-0.231, 51.553], [-0.237, 51.549], [-0.247, 51.54], [-0.253, 51.534], [-0.263, 51.523], [-0.267, 51.518], [-0.272, 51.511], [-0.276, 51.503], [-0.278, 51.496], [-0.276, 51.488], [-0.263, 51.477]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#0050ff", "fill-opacity": 1, "stroke": "#0050ff", "stroke-opacity": 1, "stroke-width": 1, "title": "800.00 m", "color": "#0050ff", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.502, 51.443], [-0.487, 51.452], [-0.481, 51.458], [-0.482, 51.466], [-0.487, 51.47], [-0.491, 51.473], [-0.503, 51.478], [-0.503, 51.48], [-0.488, 51.473], [-0.487, 51.473], [-0.478, 51.466], [-0.477, 51.458], [-0.484, 51.451], [-0.487, 51.449], [-0.503, 51.441], [-0.502, 51.443]]], [[[-0.284, 51.345], [-0.288, 51.353], [-0.289, 51.36], [-0.287, 51.368], [-0.281, 51.375], [-0.279, 51.377], [-0.271, 51.383], [-0.263, 51.388], [-0.255, 51.39], [-0.247, 51.393], [-0.231, 51.396], [-0.215, 51.396], [-0.199, 51.394], [-0.188, 51.39], [-0.183, 51.389], [-0.169, 51.383], [-0.167, 51.381], [-0.156, 51.375], [-0.151, 51.37], [-0.148, 51.368], [-0.143, 51.36], [-0.142, 51.353], [-0.146, 51.345], [-0.151, 51.342], [-0.156, 51.337], [-0.167, 51.333], [-0.173, 51.33], [-0.183, 51.327], [-0.199, 51.324], [-0.215, 51.323], [-0.231, 51.323], [-0.247, 51.325], [-0.262, 51.33], [-0.263, 51.33], [-0.276, 51.337], [-0.284, 51.345]], [[-0.279, 51.342], [-0.274, 51.337], [-0.263, 51.331], [-0.259, 51.33], [-0.247, 51.326], [-0.231, 51.324], [-0.215, 51.323], [-0.199, 51.325], [-0.183, 51.328], [-0.177, 51.33], [-0.167, 51.334], [-0.159, 51.337], [-0.151, 51.345], [-0.15, 51.345], [-0.145, 51.353], [-0.146, 51.36], [-0.151, 51.366], [-0.152, 51.368], [-0.16, 51.375], [-0.167, 51.379], [-0.174, 51.383], [-0.183, 51.386], [-0.196, 51.39], [-0.199, 51.391], [-0.215, 51.394], [-0.231, 51.394], [-0.247, 51.391], [-0.248, 51.39], [-0.267, 51.383], [-0.278, 51.375], [-0.279, 51.374], [-0.284, 51.368], [-0.287, 51.36], [-0.286, 51.353], [-0.279, 51.342]]], [[[-0.269, 51.481], [-0.276, 51.488], [-0.278, 51.496], [-0.276, 51.503], [-0.272, 51.511], [-0.267, 51.518], [-0.263, 51.523], [-0.253, 51.534], [-0.246, 51.541], [-0.231, 51.553], [-0.223, 51.556], [-0.215, 51.559], [-0.199, 51.56], [-0.183, 51.558], [-0.172, 51.556], [-0.119, 51.548], [-0.103, 51.546], [-0.087, 51.545], [-0.054, 51.545], [-0.022, 51.545], [-0.006, 51.544], [0.004, 51.541], [0.01, 51.539], [0.019, 51.534], [0.025, 51.526], [0.025, 51.518], [0.02, 51.511], [0.01, 51.504], [0.009, 51.503], [-0.006, 51.499], [-0.022, 51.496], [-0.022, 51.496], [-0.038, 51.494], [-0.088, 51.488], [-0.199, 51.467], [-0.215, 51.466], [-0.231, 51.467], [-0.247, 51.471], [-0.255, 51.473], [-0.269, 51.481]], [[-0.263, 51.483], [-0.259, 51.481], [-0.247, 51.475], [-0.239, 51.473], [-0.231, 51.471], [-0.215, 51.47], [-0.199, 51.47], [-0.183, 51.472], [-0.177, 51.473], [-0.07, 51.495], [-0.006, 51.503], [-0.006, 51.503], [0.01, 51.51], [0.01, 51.511], [0.016, 51.518], [0.015, 51.526], [0.01, 51.532], [0.008, 51.534], [-0.006, 51.538], [-0.022, 51.541], [-0.029, 51.541], [-0.119, 51.544], [-0.151, 51.548], [-0.199, 51.554], [-0.215, 51.553], [-0.224, 51.549], [-0.231, 51.546], [-0.237, 51.541], [-0.247, 51.533], [-0.254, 51.526], [-0.26, 51.518], [-0.263, 51.515], [-0.266, 51.511], [-0.27, 51.503], [-0.271, 51.496], [-0.263, 51.483]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#0064ff", "fill-opacity": 1, "stroke": "#0064ff", "stroke-opacity": 1, "stroke-width": 1, "title": "880.00 m", "color": "#0064ff", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.503, 51.443], [-0.503, 51.444], [-0.491, 51.451], [-0.487, 51.456], [-0.485, 51.458], [-0.486, 51.466], [-0.487, 51.466], [-0.495, 51.473], [-0.503, 51.477], [-0.503, 51.478], [-0.491, 51.473], [-0.487, 51.47], [-0.482, 51.466], [-0.481, 51.458], [-0.487, 51.452], [-0.488, 51.451], [-0.502, 51.443], [-0.503, 51.443]]], [[[-0.282, 51.345], [-0.286, 51.353], [-0.287, 51.36], [-0.284, 51.368], [-0.279, 51.374], [-0.278, 51.375], [-0.267, 51.383], [-0.263, 51.385], [-0.248, 51.39], [-0.247, 51.391], [-0.231, 51.394], [-0.215, 51.394], [-0.199, 51.391], [-0.196, 51.39], [-0.174, 51.383], [-0.167, 51.379], [-0.16, 51.375], [-0.152, 51.368], [-0.151, 51.366], [-0.146, 51.36], [-0.145, 51.353], [-0.15, 51.345], [-0.151, 51.345], [-0.167, 51.334], [-0.177, 51.33], [-0.183, 51.328], [-0.199, 51.325], [-0.215, 51.323], [-0.231, 51.324], [-0.247, 51.326], [-0.259, 51.33], [-0.263, 51.331], [-0.274, 51.337], [-0.282, 51.345]], [[-0.279, 51.344], [-0.272, 51.337], [-0.263, 51.332], [-0.256, 51.33], [-0.247, 51.327], [-0.231, 51.324], [-0.215, 51.324], [-0.199, 51.326], [-0.183, 51.329], [-0.181, 51.33], [-0.167, 51.335], [-0.162, 51.337], [-0.153, 51.345], [-0.151, 51.349], [-0.149, 51.353], [-0.15, 51.36], [-0.151, 51.361], [-0.155, 51.368], [-0.164, 51.375], [-0.167, 51.377], [-0.179, 51.383], [-0.183, 51.384], [-0.199, 51.389], [-0.207, 51.39], [-0.215, 51.392], [-0.231, 51.392], [-0.238, 51.39], [-0.247, 51.389], [-0.263, 51.383], [-0.263, 51.383], [-0.275, 51.375], [-0.279, 51.371], [-0.281, 51.368], [-0.285, 51.36], [-0.284, 51.353], [-0.279, 51.344]]], [[[-0.268, 51.488], [-0.271, 51.496], [-0.27, 51.503], [-0.266, 51.511], [-0.263, 51.515], [-0.26, 51.518], [-0.254, 51.526], [-0.247, 51.533], [-0.246, 51.534], [-0.231, 51.546], [-0.224, 51.549], [-0.215, 51.553], [-0.199, 51.554], [-0.183, 51.553], [-0.167, 51.551], [-0.103, 51.542], [-0.087, 51.541], [-0.066, 51.541], [-0.022, 51.541], [-0.006, 51.538], [0.008, 51.534], [0.01, 51.532], [0.015, 51.526], [0.016, 51.518], [0.01, 51.511], [0.01, 51.51], [-0.006, 51.503], [-0.006, 51.503], [-0.022, 51.5], [-0.038, 51.498], [-0.103, 51.489], [-0.141, 51.481], [-0.177, 51.473], [-0.199, 51.47], [-0.215, 51.47], [-0.231, 51.471], [-0.239, 51.473], [-0.247, 51.475], [-0.259, 51.481], [-0.268, 51.488]], [[-0.263, 51.494], [-0.26, 51.488], [-0.249, 51.481], [-0.247, 51.48], [-0.231, 51.475], [-0.215, 51.474], [-0.199, 51.474], [-0.183, 51.476], [-0.167, 51.478], [-0.151, 51.482], [-0.087, 51.496], [-0.07, 51.499], [-0.022, 51.505], [-0.006, 51.509], [-0.003, 51.511], [0.005, 51.518], [0.003, 51.526], [-0.006, 51.532], [-0.011, 51.534], [-0.022, 51.536], [-0.038, 51.536], [-0.054, 51.536], [-0.103, 51.538], [-0.119, 51.539], [-0.191, 51.549], [-0.2, 51.549], [-0.215, 51.546], [-0.227, 51.541], [-0.231, 51.539], [-0.238, 51.534], [-0.247, 51.526], [-0.254, 51.518], [-0.259, 51.511], [-0.263, 51.504], [-0.263, 51.503], [-0.263, 51.494]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#0078ff", "fill-opacity": 1, "stroke": "#0078ff", "stroke-opacity": 1, "stroke-width": 1, "title": "960.00 m", "color": "#0078ff", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.494, 51.451], [-0.488, 51.458], [-0.489, 51.466], [-0.498, 51.473], [-0.503, 51.477], [-0.495, 51.473], [-0.487, 51.466], [-0.486, 51.466], [-0.485, 51.458], [-0.487, 51.456], [-0.491, 51.451], [-0.503, 51.444], [-0.494, 51.451]]], [[[-0.28, 51.345], [-0.284, 51.353], [-0.285, 51.36], [-0.281, 51.368], [-0.279, 51.371], [-0.275, 51.375], [-0.263, 51.383], [-0.263, 51.383], [-0.247, 51.389], [-0.238, 51.39], [-0.231, 51.392], [-0.215, 51.392], [-0.207, 51.39], [-0.199, 51.389], [-0.183, 51.384], [-0.179, 51.383], [-0.167, 51.377], [-0.164, 51.375], [-0.155, 51.368], [-0.151, 51.361], [-0.15, 51.36], [-0.149, 51.353], [-0.151, 51.349], [-0.153, 51.345], [-0.162, 51.337], [-0.167, 51.335], [-0.181, 51.33], [-0.183, 51.329], [-0.199, 51.326], [-0.215, 51.324], [-0.231, 51.324], [-0.247, 51.327], [-0.256, 51.33], [-0.263, 51.332], [-0.272, 51.337], [-0.28, 51.345]], [[-0.279, 51.347], [-0.278, 51.345], [-0.27, 51.337], [-0.263, 51.334], [-0.253, 51.33], [-0.247, 51.328], [-0.231, 51.325], [-0.215, 51.325], [-0.199, 51.327], [-0.185, 51.33], [-0.183, 51.331], [-0.167, 51.337], [-0.166, 51.337], [-0.155, 51.345], [-0.152, 51.353], [-0.152, 51.36], [-0.158, 51.368], [-0.167, 51.374], [-0.168, 51.375], [-0.183, 51.382], [-0.184, 51.383], [-0.199, 51.387], [-0.215, 51.39], [-0.231, 51.39], [-0.247, 51.387], [-0.259, 51.383], [-0.263, 51.381], [-0.272, 51.375], [-0.279, 51.368], [-0.279, 51.368], [-0.282, 51.36], [-0.279, 51.347]]], [[[-0.264, 51.496], [-0.263, 51.504], [-0.259, 51.511], [-0.254, 51.518], [-0.247, 51.526], [-0.247, 51.526], [-0.238, 51.534], [-0.231, 51.539], [-0.227, 51.541], [-0.215, 51.546], [-0.2, 51.549], [-0.199, 51.549], [-0.191, 51.549], [-0.183, 51.548], [-0.167, 51.547], [-0.087, 51.537], [-0.07, 51.536], [-0.022, 51.536], [-0.011, 51.534], [-0.006, 51.532], [0.003, 51.526], [0.005, 51.518], [-0.003, 51.511], [-0.006, 51.509], [-0.022, 51.505], [-0.03, 51.503], [-0.038, 51.502], [-0.103, 51.493], [-0.119, 51.49], [-0.183, 51.476], [-0.199, 51.474], [-0.215, 51.474], [-0.231, 51.475], [-0.247, 51.48], [-0.249, 51.481], [-0.26, 51.488], [-0.264, 51.496]], [[-0.247, 51.486], [-0.231, 51.479], [-0.215, 51.477], [-0.199, 51.477], [-0.183, 51.479], [-0.172, 51.481], [-0.151, 51.485], [-0.07, 51.503], [-0.022, 51.511], [-0.01, 51.518], [-0.015, 51.526], [-0.022, 51.529], [-0.038, 51.53], [-0.054, 51.531], [-0.103, 51.533], [-0.135, 51.537], [-0.183, 51.544], [-0.199, 51.544], [-0.213, 51.541], [-0.215, 51.541], [-0.23, 51.534], [-0.231, 51.533], [-0.24, 51.526], [-0.247, 51.519], [-0.248, 51.518], [-0.253, 51.511], [-0.256, 51.503], [-0.256, 51.496], [-0.247, 51.486]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#008cff", "fill-opacity": 1, "stroke": "#008cff", "stroke-opacity": 1, "stroke-width": 1, "title": "1040.00 m", "color": "#008cff", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.497, 51.451], [-0.491, 51.458], [-0.492, 51.466], [-0.502, 51.473], [-0.503, 51.474], [-0.503, 51.475], [-0.498, 51.473], [-0.489, 51.466], [-0.488, 51.458], [-0.494, 51.451], [-0.503, 51.446], [-0.497, 51.451]]], [[[-0.282, 51.353], [-0.282, 51.36], [-0.279, 51.368], [-0.279, 51.368], [-0.272, 51.375], [-0.263, 51.381], [-0.259, 51.383], [-0.247, 51.387], [-0.231, 51.39], [-0.215, 51.39], [-0.199, 51.387], [-0.184, 51.383], [-0.183, 51.382], [-0.168, 51.375], [-0.167, 51.374], [-0.158, 51.368], [-0.152, 51.36], [-0.152, 51.353], [-0.155, 51.345], [-0.166, 51.337], [-0.167, 51.337], [-0.183, 51.331], [-0.185, 51.33], [-0.199, 51.327], [-0.215, 51.325], [-0.231, 51.325], [-0.247, 51.328], [-0.253, 51.33], [-0.263, 51.334], [-0.27, 51.337], [-0.278, 51.345], [-0.282, 51.353]], [[-0.279, 51.351], [-0.276, 51.345], [-0.268, 51.337], [-0.263, 51.335], [-0.25, 51.33], [-0.247, 51.329], [-0.231, 51.326], [-0.215, 51.326], [-0.199, 51.328], [-0.189, 51.33], [-0.183, 51.332], [-0.168, 51.337], [-0.167, 51.339], [-0.158, 51.345], [-0.154, 51.353], [-0.155, 51.36], [-0.161, 51.368], [-0.167, 51.372], [-0.172, 51.375], [-0.183, 51.381], [-0.189, 51.383], [-0.199, 51.386], [-0.215, 51.388], [-0.231, 51.388], [-0.247, 51.385], [-0.254, 51.383], [-0.263, 51.379], [-0.269, 51.375], [-0.277, 51.368], [-0.279, 51.363], [-0.28, 51.36], [-0.279, 51.351]]], [[[-0.251, 51.488], [-0.256, 51.496], [-0.256, 51.503], [-0.253, 51.511], [-0.248, 51.518], [-0.247, 51.519], [-0.24, 51.526], [-0.231, 51.533], [-0.23, 51.534], [-0.215, 51.541], [-0.213, 51.541], [-0.199, 51.544], [-0.183, 51.544], [-0.167, 51.542], [-0.07, 51.531], [-0.022, 51.529], [-0.015, 51.526], [-0.01, 51.518], [-0.022, 51.511], [-0.022, 51.511], [-0.038, 51.508], [-0.108, 51.496], [-0.167, 51.482], [-0.183, 51.479], [-0.199, 51.477], [-0.215, 51.477], [-0.231, 51.479], [-0.235, 51.481], [-0.251, 51.488]], [[-0.247, 51.494], [-0.241, 51.488], [-0.231, 51.484], [-0.215, 51.481], [-0.209, 51.481], [-0.197, 51.481], [-0.167, 51.485], [-0.151, 51.489], [-0.07, 51.51], [-0.065, 51.511], [-0.054, 51.515], [-0.042, 51.518], [-0.054, 51.521], [-0.07, 51.523], [-0.183, 51.539], [-0.199, 51.539], [-0.215, 51.535], [-0.219, 51.534], [-0.231, 51.527], [-0.232, 51.526], [-0.24, 51.518], [-0.246, 51.511], [-0.247, 51.51], [-0.249, 51.503], [-0.247, 51.494]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#00a4ff", "fill-opacity": 1, "stroke": "#00a4ff", "stroke-opacity": 1, "stroke-width": 1, "title": "1120.00 m", "color": "#00a4ff", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.5, 51.451], [-0.493, 51.458], [-0.495, 51.466], [-0.503, 51.472], [-0.503, 51.473], [-0.503, 51.474], [-0.502, 51.473], [-0.492, 51.466], [-0.491, 51.458], [-0.497, 51.451], [-0.503, 51.447], [-0.5, 51.451]]], [[[-0.28, 51.353], [-0.28, 51.36], [-0.279, 51.363], [-0.277, 51.368], [-0.269, 51.375], [-0.263, 51.379], [-0.254, 51.383], [-0.247, 51.385], [-0.231, 51.388], [-0.215, 51.388], [-0.199, 51.386], [-0.189, 51.383], [-0.183, 51.381], [-0.172, 51.375], [-0.167, 51.372], [-0.161, 51.368], [-0.155, 51.36], [-0.154, 51.353], [-0.158, 51.345], [-0.167, 51.339], [-0.168, 51.337], [-0.183, 51.332], [-0.189, 51.33], [-0.199, 51.328], [-0.215, 51.326], [-0.231, 51.326], [-0.247, 51.329], [-0.25, 51.33], [-0.263, 51.335], [-0.268, 51.337], [-0.276, 51.345], [-0.28, 51.353]], [[-0.263, 51.336], [-0.247, 51.33], [-0.231, 51.327], [-0.215, 51.327], [-0.199, 51.328], [-0.192, 51.33], [-0.183, 51.333], [-0.171, 51.337], [-0.167, 51.34], [-0.16, 51.345], [-0.156, 51.353], [-0.158, 51.36], [-0.164, 51.368], [-0.167, 51.37], [-0.175, 51.375], [-0.183, 51.379], [-0.195, 51.383], [-0.199, 51.384], [-0.215, 51.387], [-0.231, 51.387], [-0.247, 51.384], [-0.25, 51.383], [-0.263, 51.377], [-0.266, 51.375], [-0.275, 51.368], [-0.278, 51.36], [-0.278, 51.353], [-0.275, 51.345], [-0.263, 51.336]]], [[[-0.248, 51.496], [-0.249, 51.503], [-0.247, 51.51], [-0.246, 51.511], [-0.24, 51.518], [-0.232, 51.526], [-0.231, 51.527], [-0.219, 51.534], [-0.215, 51.535], [-0.199, 51.539], [-0.183, 51.539], [-0.167, 51.538], [-0.151, 51.536], [-0.042, 51.518], [-0.054, 51.515], [-0.07, 51.51], [-0.087, 51.507], [-0.097, 51.503], [-0.103, 51.502], [-0.119, 51.498], [-0.167, 51.485], [-0.183, 51.482], [-0.197, 51.481], [-0.199, 51.481], [-0.209, 51.481], [-0.215, 51.481], [-0.231, 51.484], [-0.241, 51.488], [-0.248, 51.496]], [[-0.231, 51.489], [-0.229, 51.488], [-0.215, 51.485], [-0.199, 51.484], [-0.183, 51.486], [-0.167, 51.488], [-0.167, 51.488], [-0.151, 51.493], [-0.135, 51.497], [-0.117, 51.503], [-0.103, 51.51], [-0.1, 51.511], [-0.099, 51.518], [-0.103, 51.519], [-0.135, 51.528], [-0.167, 51.534], [-0.183, 51.535], [-0.199, 51.534], [-0.201, 51.534], [-0.215, 51.53], [-0.222, 51.526], [-0.231, 51.52], [-0.233, 51.518], [-0.239, 51.511], [-0.242, 51.503], [-0.231, 51.489]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#00b8ff", "fill-opacity": 1, "stroke": "#00b8ff", "stroke-opacity": 1, "stroke-width": 1, "title": "1200.00 m", "color": "#00b8ff", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.502, 51.451], [-0.496, 51.458], [-0.498, 51.466], [-0.503, 51.47], [-0.503, 51.472], [-0.495, 51.466], [-0.493, 51.458], [-0.5, 51.451], [-0.503, 51.449], [-0.502, 51.451]]], [[[-0.266, 51.337], [-0.275, 51.345], [-0.278, 51.353], [-0.278, 51.36], [-0.275, 51.368], [-0.266, 51.375], [-0.263, 51.377], [-0.25, 51.383], [-0.247, 51.384], [-0.231, 51.387], [-0.215, 51.387], [-0.199, 51.384], [-0.195, 51.383], [-0.183, 51.379], [-0.175, 51.375], [-0.167, 51.37], [-0.164, 51.368], [-0.158, 51.36], [-0.156, 51.353], [-0.16, 51.345], [-0.167, 51.34], [-0.171, 51.337], [-0.183, 51.333], [-0.192, 51.33], [-0.199, 51.328], [-0.215, 51.327], [-0.231, 51.327], [-0.247, 51.33], [-0.248, 51.33], [-0.266, 51.337]], [[-0.263, 51.337], [-0.244, 51.33], [-0.231, 51.328], [-0.215, 51.327], [-0.199, 51.329], [-0.196, 51.33], [-0.183, 51.334], [-0.173, 51.337], [-0.167, 51.342], [-0.163, 51.345], [-0.159, 51.353], [-0.16, 51.36], [-0.167, 51.367], [-0.167, 51.368], [-0.179, 51.375], [-0.183, 51.377], [-0.199, 51.382], [-0.201, 51.383], [-0.215, 51.385], [-0.231, 51.385], [-0.244, 51.383], [-0.247, 51.382], [-0.263, 51.376], [-0.263, 51.375], [-0.273, 51.368], [-0.277, 51.36], [-0.277, 51.353], [-0.273, 51.345], [-0.263, 51.337]]], [[[-0.24, 51.496], [-0.242, 51.503], [-0.239, 51.511], [-0.233, 51.518], [-0.231, 51.52], [-0.222, 51.526], [-0.215, 51.53], [-0.201, 51.534], [-0.199, 51.534], [-0.183, 51.535], [-0.167, 51.534], [-0.166, 51.534], [-0.124, 51.526], [-0.119, 51.524], [-0.099, 51.518], [-0.1, 51.511], [-0.103, 51.51], [-0.117, 51.503], [-0.119, 51.503], [-0.135, 51.497], [-0.151, 51.493], [-0.167, 51.488], [-0.183, 51.486], [-0.199, 51.484], [-0.215, 51.485], [-0.229, 51.488], [-0.24, 51.496]], [[-0.231, 51.497], [-0.23, 51.496], [-0.215, 51.489], [-0.203, 51.488], [-0.199, 51.488], [-0.195, 51.488], [-0.183, 51.489], [-0.167, 51.493], [-0.154, 51.496], [-0.151, 51.497], [-0.133, 51.503], [-0.122, 51.511], [-0.126, 51.518], [-0.135, 51.522], [-0.151, 51.526], [-0.167, 51.529], [-0.183, 51.53], [-0.199, 51.529], [-0.21, 51.526], [-0.215, 51.524], [-0.224, 51.518], [-0.231, 51.512], [-0.231, 51.511], [-0.231, 51.497]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#00ccff", "fill-opacity": 1, "stroke": "#00ccff", "stroke-opacity": 1, "stroke-width": 1, "title": "1280.00 m", "color": "#00ccff", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.503, 51.451], [-0.503, 51.453], [-0.498, 51.458], [-0.5, 51.466], [-0.503, 51.468], [-0.503, 51.47], [-0.498, 51.466], [-0.496, 51.458], [-0.502, 51.451], [-0.503, 51.451]]], [[[-0.264, 51.337], [-0.273, 51.345], [-0.277, 51.353], [-0.277, 51.36], [-0.273, 51.368], [-0.263, 51.375], [-0.263, 51.376], [-0.247, 51.382], [-0.244, 51.383], [-0.231, 51.385], [-0.215, 51.385], [-0.201, 51.383], [-0.199, 51.382], [-0.183, 51.377], [-0.179, 51.375], [-0.167, 51.368], [-0.167, 51.367], [-0.16, 51.36], [-0.159, 51.353], [-0.163, 51.345], [-0.167, 51.342], [-0.173, 51.337], [-0.183, 51.334], [-0.196, 51.33], [-0.199, 51.329], [-0.215, 51.327], [-0.231, 51.328], [-0.244, 51.33], [-0.247, 51.331], [-0.264, 51.337]], [[-0.263, 51.338], [-0.262, 51.337], [-0.247, 51.331], [-0.239, 51.33], [-0.231, 51.328], [-0.215, 51.328], [-0.201, 51.33], [-0.199, 51.33], [-0.183, 51.335], [-0.176, 51.337], [-0.167, 51.344], [-0.165, 51.345], [-0.161, 51.353], [-0.163, 51.36], [-0.167, 51.365], [-0.169, 51.368], [-0.182, 51.375], [-0.183, 51.376], [-0.199, 51.381], [-0.209, 51.383], [-0.215, 51.384], [-0.231, 51.384], [-0.236, 51.383], [-0.247, 51.381], [-0.26, 51.375], [-0.263, 51.374], [-0.27, 51.368], [-0.275, 51.36], [-0.275, 51.353], [-0.263, 51.338]]], [[[-0.234, 51.503], [-0.231, 51.512], [-0.224, 51.518], [-0.215, 51.524], [-0.21, 51.526], [-0.199, 51.529], [-0.183, 51.53], [-0.167, 51.529], [-0.151, 51.526], [-0.149, 51.526], [-0.135, 51.522], [-0.126, 51.518], [-0.122, 51.511], [-0.133, 51.503], [-0.135, 51.503], [-0.154, 51.496], [-0.167, 51.493], [-0.183, 51.489], [-0.195, 51.488], [-0.199, 51.488], [-0.203, 51.488], [-0.215, 51.489], [-0.23, 51.496], [-0.234, 51.503]], [[-0.215, 51.495], [-0.199, 51.493], [-0.183, 51.494], [-0.172, 51.496], [-0.167, 51.497], [-0.151, 51.503], [-0.149, 51.503], [-0.141, 51.511], [-0.148, 51.518], [-0.151, 51.519], [-0.167, 51.523], [-0.183, 51.525], [-0.199, 51.523], [-0.212, 51.518], [-0.215, 51.517], [-0.221, 51.511], [-0.223, 51.503], [-0.215, 51.495]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#00e0fa", "fill-opacity": 1, "stroke": "#00e0fa", "stroke-opacity": 1, "stroke-width": 1, "title": "1360.00 m", "color": "#00e0fa", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.501, 51.458], [-0.503, 51.466], [-0.503, 51.468], [-0.5, 51.466], [-0.498, 51.458], [-0.503, 51.453], [-0.501, 51.458]]], [[[-0.271, 51.345], [-0.275, 51.353], [-0.275, 51.36], [-0.27, 51.368], [-0.263, 51.374], [-0.26, 51.375], [-0.247, 51.381], [-0.236, 51.383], [-0.231, 51.384], [-0.215, 51.384], [-0.209, 51.383], [-0.199, 51.381], [-0.183, 51.376], [-0.182, 51.375], [-0.169, 51.368], [-0.167, 51.365], [-0.163, 51.36], [-0.161, 51.353], [-0.165, 51.345], [-0.167, 51.344], [-0.176, 51.337], [-0.183, 51.335], [-0.199, 51.33], [-0.201, 51.33], [-0.215, 51.328], [-0.231, 51.328], [-0.239, 51.33], [-0.247, 51.331], [-0.262, 51.337], [-0.271, 51.345]], [[-0.263, 51.34], [-0.26, 51.337], [-0.247, 51.332], [-0.235, 51.33], [-0.231, 51.329], [-0.215, 51.329], [-0.207, 51.33], [-0.199, 51.331], [-0.183, 51.336], [-0.178, 51.337], [-0.168, 51.345], [-0.167, 51.347], [-0.163, 51.353], [-0.165, 51.36], [-0.167, 51.362], [-0.172, 51.368], [-0.183, 51.374], [-0.186, 51.375], [-0.199, 51.38], [-0.215, 51.382], [-0.231, 51.382], [-0.247, 51.38], [-0.257, 51.375], [-0.263, 51.372], [-0.268, 51.368], [-0.273, 51.36], [-0.274, 51.353], [-0.263, 51.34]]], [[[-0.216, 51.496], [-0.223, 51.503], [-0.221, 51.511], [-0.215, 51.517], [-0.212, 51.518], [-0.199, 51.523], [-0.183, 51.525], [-0.167, 51.523], [-0.151, 51.519], [-0.148, 51.518], [-0.141, 51.511], [-0.149, 51.503], [-0.151, 51.503], [-0.172, 51.496], [-0.183, 51.494], [-0.199, 51.493], [-0.216, 51.496]], [[-0.199, 51.5], [-0.183, 51.5], [-0.169, 51.503], [-0.167, 51.505], [-0.161, 51.511], [-0.167, 51.515], [-0.181, 51.518], [-0.183, 51.519], [-0.184, 51.518], [-0.199, 51.516], [-0.207, 51.511], [-0.199, 51.5]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#0ff8e7", "fill-opacity": 1, "stroke": "#0ff8e7", "stroke-opacity": 1, "stroke-width": 1, "title": "1440.00 m", "color": "#0ff8e7", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.503, 51.458], [-0.503, 51.466], [-0.503, 51.466], [-0.501, 51.458], [-0.503, 51.458]]], [[[-0.27, 51.345], [-0.274, 51.353], [-0.273, 51.36], [-0.268, 51.368], [-0.263, 51.372], [-0.257, 51.375], [-0.247, 51.38], [-0.231, 51.382], [-0.215, 51.382], [-0.199, 51.38], [-0.186, 51.375], [-0.183, 51.374], [-0.172, 51.368], [-0.167, 51.362], [-0.165, 51.36], [-0.163, 51.353], [-0.167, 51.347], [-0.168, 51.345], [-0.178, 51.337], [-0.183, 51.336], [-0.199, 51.331], [-0.207, 51.33], [-0.215, 51.329], [-0.231, 51.329], [-0.235, 51.33], [-0.247, 51.332], [-0.26, 51.337], [-0.27, 51.345]], [[-0.263, 51.341], [-0.258, 51.337], [-0.247, 51.333], [-0.231, 51.33], [-0.228, 51.33], [-0.213, 51.33], [-0.199, 51.332], [-0.183, 51.337], [-0.181, 51.337], [-0.17, 51.345], [-0.167, 51.351], [-0.166, 51.353], [-0.167, 51.356], [-0.167, 51.36], [-0.175, 51.368], [-0.183, 51.372], [-0.189, 51.375], [-0.199, 51.379], [-0.215, 51.381], [-0.231, 51.381], [-0.247, 51.378], [-0.254, 51.375], [-0.263, 51.37], [-0.266, 51.368], [-0.272, 51.36], [-0.272, 51.353], [-0.263, 51.341]]], [[[-0.208, 51.503], [-0.207, 51.511], [-0.199, 51.516], [-0.184, 51.518], [-0.183, 51.519], [-0.181, 51.518], [-0.167, 51.515], [-0.161, 51.511], [-0.167, 51.505], [-0.169, 51.503], [-0.183, 51.5], [-0.208, 51.503]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#1fffd7", "fill-opacity": 1, "stroke": "#1fffd7", "stroke-opacity": 1, "stroke-width": 1, "title": "1520.00 m", "color": "#1fffd7", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.268, 51.345], [-0.272, 51.353], [-0.272, 51.36], [-0.266, 51.368], [-0.263, 51.37], [-0.254, 51.375], [-0.247, 51.378], [-0.231, 51.381], [-0.215, 51.381], [-0.199, 51.379], [-0.189, 51.375], [-0.183, 51.372], [-0.175, 51.368], [-0.167, 51.36], [-0.167, 51.356], [-0.166, 51.353], [-0.167, 51.351], [-0.17, 51.345], [-0.181, 51.337], [-0.183, 51.337], [-0.199, 51.332], [-0.213, 51.33], [-0.215, 51.33], [-0.228, 51.33], [-0.231, 51.33], [-0.247, 51.333], [-0.258, 51.337], [-0.268, 51.345]], [[-0.263, 51.342], [-0.256, 51.337], [-0.247, 51.334], [-0.231, 51.331], [-0.215, 51.33], [-0.199, 51.333], [-0.183, 51.337], [-0.183, 51.338], [-0.172, 51.345], [-0.168, 51.353], [-0.17, 51.36], [-0.177, 51.368], [-0.183, 51.371], [-0.193, 51.375], [-0.199, 51.377], [-0.215, 51.38], [-0.231, 51.38], [-0.247, 51.377], [-0.251, 51.375], [-0.263, 51.369], [-0.264, 51.368], [-0.27, 51.36], [-0.271, 51.353], [-0.263, 51.342]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#2fffc7", "fill-opacity": 1, "stroke": "#2fffc7", "stroke-opacity": 1, "stroke-width": 1, "title": "1600.00 m", "color": "#2fffc7", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.267, 51.345], [-0.271, 51.353], [-0.27, 51.36], [-0.264, 51.368], [-0.263, 51.369], [-0.251, 51.375], [-0.247, 51.377], [-0.231, 51.38], [-0.215, 51.38], [-0.199, 51.377], [-0.193, 51.375], [-0.183, 51.371], [-0.177, 51.368], [-0.17, 51.36], [-0.168, 51.353], [-0.172, 51.345], [-0.183, 51.338], [-0.183, 51.337], [-0.199, 51.333], [-0.215, 51.33], [-0.231, 51.331], [-0.247, 51.334], [-0.256, 51.337], [-0.267, 51.345]], [[-0.263, 51.343], [-0.254, 51.337], [-0.247, 51.335], [-0.231, 51.331], [-0.215, 51.331], [-0.199, 51.333], [-0.186, 51.337], [-0.183, 51.339], [-0.174, 51.345], [-0.17, 51.353], [-0.172, 51.36], [-0.18, 51.368], [-0.183, 51.369], [-0.197, 51.375], [-0.199, 51.376], [-0.215, 51.379], [-0.231, 51.379], [-0.247, 51.376], [-0.248, 51.375], [-0.262, 51.368], [-0.263, 51.367], [-0.268, 51.36], [-0.269, 51.353], [-0.263, 51.343]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#3fffb7", "fill-opacity": 1, "stroke": "#3fffb7", "stroke-opacity": 1, "stroke-width": 1, "title": "1680.00 m", "color": "#3fffb7", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.265, 51.345], [-0.269, 51.353], [-0.268, 51.36], [-0.263, 51.367], [-0.262, 51.368], [-0.248, 51.375], [-0.247, 51.376], [-0.231, 51.379], [-0.215, 51.379], [-0.199, 51.376], [-0.197, 51.375], [-0.183, 51.369], [-0.18, 51.368], [-0.172, 51.36], [-0.17, 51.353], [-0.174, 51.345], [-0.183, 51.339], [-0.186, 51.337], [-0.199, 51.333], [-0.215, 51.331], [-0.231, 51.331], [-0.247, 51.335], [-0.254, 51.337], [-0.265, 51.345]], [[-0.263, 51.345], [-0.252, 51.337], [-0.247, 51.335], [-0.231, 51.332], [-0.215, 51.332], [-0.199, 51.334], [-0.188, 51.337], [-0.183, 51.34], [-0.176, 51.345], [-0.172, 51.353], [-0.174, 51.36], [-0.182, 51.368], [-0.183, 51.368], [-0.199, 51.375], [-0.201, 51.375], [-0.215, 51.378], [-0.231, 51.378], [-0.244, 51.375], [-0.247, 51.374], [-0.26, 51.368], [-0.263, 51.365], [-0.266, 51.36], [-0.268, 51.353], [-0.263, 51.345]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#4fffa6", "fill-opacity": 1, "stroke": "#4fffa6", "stroke-opacity": 1, "stroke-width": 1, "title": "1760.00 m", "color": "#4fffa6", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.263, 51.345], [-0.268, 51.353], [-0.266, 51.36], [-0.263, 51.365], [-0.26, 51.368], [-0.247, 51.374], [-0.244, 51.375], [-0.231, 51.378], [-0.215, 51.378], [-0.201, 51.375], [-0.199, 51.375], [-0.183, 51.368], [-0.182, 51.368], [-0.174, 51.36], [-0.172, 51.353], [-0.176, 51.345], [-0.183, 51.34], [-0.188, 51.337], [-0.199, 51.334], [-0.215, 51.332], [-0.231, 51.332], [-0.247, 51.335], [-0.252, 51.337], [-0.263, 51.345]], [[-0.263, 51.347], [-0.262, 51.345], [-0.25, 51.337], [-0.247, 51.336], [-0.231, 51.333], [-0.215, 51.332], [-0.199, 51.335], [-0.191, 51.337], [-0.183, 51.342], [-0.178, 51.345], [-0.173, 51.353], [-0.176, 51.36], [-0.183, 51.366], [-0.185, 51.368], [-0.199, 51.374], [-0.207, 51.375], [-0.215, 51.377], [-0.231, 51.377], [-0.238, 51.375], [-0.247, 51.373], [-0.258, 51.368], [-0.263, 51.363], [-0.265, 51.36], [-0.263, 51.347]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#63ff93", "fill-opacity": 1, "stroke": "#63ff93", "stroke-opacity": 1, "stroke-width": 1, "title": "1840.00 m", "color": "#63ff93", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.266, 51.353], [-0.265, 51.36], [-0.263, 51.363], [-0.258, 51.368], [-0.247, 51.373], [-0.238, 51.375], [-0.231, 51.377], [-0.215, 51.377], [-0.207, 51.375], [-0.199, 51.374], [-0.185, 51.368], [-0.183, 51.366], [-0.176, 51.36], [-0.173, 51.353], [-0.178, 51.345], [-0.183, 51.342], [-0.191, 51.337], [-0.199, 51.335], [-0.215, 51.332], [-0.231, 51.333], [-0.247, 51.336], [-0.25, 51.337], [-0.262, 51.345], [-0.266, 51.353]], [[-0.263, 51.35], [-0.26, 51.345], [-0.248, 51.337], [-0.247, 51.337], [-0.231, 51.333], [-0.215, 51.333], [-0.199, 51.336], [-0.193, 51.337], [-0.183, 51.343], [-0.18, 51.345], [-0.175, 51.353], [-0.178, 51.36], [-0.183, 51.364], [-0.188, 51.368], [-0.199, 51.372], [-0.212, 51.375], [-0.215, 51.376], [-0.231, 51.376], [-0.233, 51.375], [-0.247, 51.372], [-0.255, 51.368], [-0.263, 51.36], [-0.263, 51.36], [-0.263, 51.35]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#73ff83", "fill-opacity": 1, "stroke": "#73ff83", "stroke-opacity": 1, "stroke-width": 1, "title": "1920.00 m", "color": "#73ff83", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.264, 51.353], [-0.263, 51.36], [-0.255, 51.368], [-0.247, 51.372], [-0.233, 51.375], [-0.231, 51.376], [-0.215, 51.376], [-0.212, 51.375], [-0.199, 51.372], [-0.188, 51.368], [-0.183, 51.364], [-0.178, 51.36], [-0.175, 51.353], [-0.18, 51.345], [-0.183, 51.343], [-0.193, 51.337], [-0.199, 51.336], [-0.215, 51.333], [-0.231, 51.333], [-0.247, 51.337], [-0.248, 51.337], [-0.26, 51.345], [-0.264, 51.353]], [[-0.263, 51.352], [-0.259, 51.345], [-0.247, 51.338], [-0.246, 51.337], [-0.231, 51.334], [-0.215, 51.334], [-0.199, 51.337], [-0.196, 51.337], [-0.183, 51.344], [-0.182, 51.345], [-0.177, 51.353], [-0.18, 51.36], [-0.183, 51.363], [-0.19, 51.368], [-0.199, 51.371], [-0.215, 51.375], [-0.231, 51.375], [-0.247, 51.371], [-0.253, 51.368], [-0.261, 51.36], [-0.263, 51.353], [-0.263, 51.352]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#83ff73", "fill-opacity": 1, "stroke": "#83ff73", "stroke-opacity": 1, "stroke-width": 1, "title": "2000.00 m", "color": "#83ff73", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.263, 51.353], [-0.261, 51.36], [-0.253, 51.368], [-0.247, 51.371], [-0.231, 51.375], [-0.215, 51.375], [-0.199, 51.371], [-0.19, 51.368], [-0.183, 51.363], [-0.18, 51.36], [-0.177, 51.353], [-0.182, 51.345], [-0.183, 51.344], [-0.196, 51.337], [-0.199, 51.337], [-0.215, 51.334], [-0.231, 51.334], [-0.246, 51.337], [-0.247, 51.338], [-0.259, 51.345], [-0.263, 51.353]], [[-0.247, 51.339], [-0.243, 51.337], [-0.231, 51.335], [-0.215, 51.334], [-0.199, 51.337], [-0.198, 51.337], [-0.184, 51.345], [-0.183, 51.346], [-0.179, 51.353], [-0.182, 51.36], [-0.183, 51.361], [-0.193, 51.368], [-0.199, 51.37], [-0.215, 51.374], [-0.231, 51.374], [-0.247, 51.37], [-0.251, 51.368], [-0.26, 51.36], [-0.261, 51.353], [-0.247, 51.339]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#93ff63", "fill-opacity": 1, "stroke": "#93ff63", "stroke-opacity": 1, "stroke-width": 1, "title": "2080.00 m", "color": "#93ff63", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.257, 51.345], [-0.261, 51.353], [-0.26, 51.36], [-0.251, 51.368], [-0.247, 51.37], [-0.231, 51.374], [-0.215, 51.374], [-0.199, 51.37], [-0.193, 51.368], [-0.183, 51.361], [-0.182, 51.36], [-0.179, 51.353], [-0.183, 51.346], [-0.184, 51.345], [-0.198, 51.337], [-0.199, 51.337], [-0.215, 51.334], [-0.231, 51.335], [-0.243, 51.337], [-0.257, 51.345]], [[-0.247, 51.34], [-0.231, 51.335], [-0.215, 51.335], [-0.202, 51.337], [-0.199, 51.338], [-0.185, 51.345], [-0.183, 51.35], [-0.181, 51.353], [-0.183, 51.357], [-0.184, 51.36], [-0.195, 51.368], [-0.199, 51.369], [-0.215, 51.373], [-0.231, 51.373], [-0.247, 51.369], [-0.249, 51.368], [-0.258, 51.36], [-0.26, 51.353], [-0.247, 51.34]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#a6ff4f", "fill-opacity": 1, "stroke": "#a6ff4f", "stroke-opacity": 1, "stroke-width": 1, "title": "2160.00 m", "color": "#a6ff4f", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.255, 51.345], [-0.26, 51.353], [-0.258, 51.36], [-0.249, 51.368], [-0.247, 51.369], [-0.231, 51.373], [-0.215, 51.373], [-0.199, 51.369], [-0.195, 51.368], [-0.184, 51.36], [-0.183, 51.357], [-0.181, 51.353], [-0.183, 51.35], [-0.185, 51.345], [-0.199, 51.338], [-0.202, 51.337], [-0.215, 51.335], [-0.231, 51.335], [-0.24, 51.337], [-0.255, 51.345]], [[-0.247, 51.341], [-0.231, 51.336], [-0.215, 51.336], [-0.206, 51.337], [-0.199, 51.339], [-0.187, 51.345], [-0.183, 51.353], [-0.186, 51.36], [-0.198, 51.368], [-0.199, 51.368], [-0.215, 51.372], [-0.231, 51.372], [-0.246, 51.368], [-0.247, 51.367], [-0.256, 51.36], [-0.258, 51.353], [-0.247, 51.341]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#b7ff3f", "fill-opacity": 1, "stroke": "#b7ff3f", "stroke-opacity": 1, "stroke-width": 1, "title": "2240.00 m", "color": "#b7ff3f", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.254, 51.345], [-0.258, 51.353], [-0.256, 51.36], [-0.247, 51.367], [-0.246, 51.368], [-0.231, 51.372], [-0.215, 51.372], [-0.199, 51.368], [-0.198, 51.368], [-0.186, 51.36], [-0.183, 51.353], [-0.187, 51.345], [-0.199, 51.339], [-0.206, 51.337], [-0.215, 51.336], [-0.231, 51.336], [-0.237, 51.337], [-0.254, 51.345]], [[-0.247, 51.342], [-0.231, 51.337], [-0.215, 51.337], [-0.209, 51.337], [-0.199, 51.34], [-0.189, 51.345], [-0.185, 51.353], [-0.188, 51.36], [-0.199, 51.367], [-0.202, 51.368], [-0.215, 51.371], [-0.231, 51.371], [-0.243, 51.368], [-0.247, 51.366], [-0.254, 51.36], [-0.257, 51.353], [-0.247, 51.342]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#c7ff2f", "fill-opacity": 1, "stroke": "#c7ff2f", "stroke-opacity": 1, "stroke-width": 1, "title": "2320.00 m", "color": "#c7ff2f", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.252, 51.345], [-0.257, 51.353], [-0.254, 51.36], [-0.247, 51.366], [-0.243, 51.368], [-0.231, 51.371], [-0.215, 51.371], [-0.202, 51.368], [-0.199, 51.367], [-0.188, 51.36], [-0.185, 51.353], [-0.189, 51.345], [-0.199, 51.34], [-0.209, 51.337], [-0.215, 51.337], [-0.231, 51.337], [-0.234, 51.337], [-0.252, 51.345]], [[-0.247, 51.343], [-0.231, 51.337], [-0.215, 51.337], [-0.213, 51.337], [-0.199, 51.341], [-0.191, 51.345], [-0.187, 51.353], [-0.19, 51.36], [-0.199, 51.365], [-0.206, 51.368], [-0.215, 51.37], [-0.231, 51.37], [-0.239, 51.368], [-0.247, 51.365], [-0.253, 51.36], [-0.255, 51.353], [-0.247, 51.343]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#d7ff1f", "fill-opacity": 1, "stroke": "#d7ff1f", "stroke-opacity": 1, "stroke-width": 1, "title": "2400.00 m", "color": "#d7ff1f", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.251, 51.345], [-0.255, 51.353], [-0.253, 51.36], [-0.247, 51.365], [-0.239, 51.368], [-0.231, 51.37], [-0.215, 51.37], [-0.206, 51.368], [-0.199, 51.365], [-0.19, 51.36], [-0.187, 51.353], [-0.191, 51.345], [-0.199, 51.341], [-0.213, 51.337], [-0.215, 51.337], [-0.231, 51.337], [-0.231, 51.337], [-0.251, 51.345]], [[-0.247, 51.344], [-0.231, 51.338], [-0.215, 51.338], [-0.199, 51.342], [-0.193, 51.345], [-0.188, 51.353], [-0.192, 51.36], [-0.199, 51.364], [-0.21, 51.368], [-0.215, 51.369], [-0.231, 51.369], [-0.235, 51.368], [-0.247, 51.363], [-0.251, 51.36], [-0.254, 51.353], [-0.247, 51.344]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#e7ff0f", "fill-opacity": 1, "stroke": "#e7ff0f", "stroke-opacity": 1, "stroke-width": 1, "title": "2480.00 m", "color": "#e7ff0f", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.249, 51.345], [-0.254, 51.353], [-0.251, 51.36], [-0.247, 51.363], [-0.235, 51.368], [-0.231, 51.369], [-0.215, 51.369], [-0.21, 51.368], [-0.199, 51.364], [-0.192, 51.36], [-0.188, 51.353], [-0.193, 51.345], [-0.199, 51.342], [-0.215, 51.338], [-0.231, 51.338], [-0.249, 51.345]], [[-0.247, 51.345], [-0.231, 51.339], [-0.215, 51.339], [-0.199, 51.343], [-0.195, 51.345], [-0.19, 51.353], [-0.195, 51.36], [-0.199, 51.363], [-0.214, 51.368], [-0.215, 51.368], [-0.231, 51.368], [-0.231, 51.368], [-0.247, 51.362], [-0.249, 51.36], [-0.252, 51.353], [-0.247, 51.345]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#faf000", "fill-opacity": 1, "stroke": "#faf000", "stroke-opacity": 1, "stroke-width": 1, "title": "2560.00 m", "color": "#faf000", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.247, 51.345], [-0.252, 51.353], [-0.249, 51.36], [-0.247, 51.362], [-0.231, 51.368], [-0.231, 51.368], [-0.215, 51.368], [-0.214, 51.368], [-0.199, 51.363], [-0.195, 51.36], [-0.19, 51.353], [-0.195, 51.345], [-0.199, 51.343], [-0.215, 51.339], [-0.231, 51.339], [-0.247, 51.345]], [[-0.247, 51.346], [-0.245, 51.345], [-0.231, 51.34], [-0.215, 51.34], [-0.199, 51.344], [-0.197, 51.345], [-0.192, 51.353], [-0.197, 51.36], [-0.199, 51.361], [-0.215, 51.367], [-0.231, 51.367], [-0.247, 51.361], [-0.248, 51.36], [-0.247, 51.346]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#ffde00", "fill-opacity": 1, "stroke": "#ffde00", "stroke-opacity": 1, "stroke-width": 1, "title": "2640.00 m", "color": "#ffde00", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.251, 51.353], [-0.247, 51.361], [-0.231, 51.367], [-0.215, 51.367], [-0.199, 51.361], [-0.197, 51.36], [-0.192, 51.353], [-0.197, 51.345], [-0.199, 51.344], [-0.215, 51.34], [-0.231, 51.34], [-0.245, 51.345], [-0.251, 51.353]], [[-0.247, 51.349], [-0.243, 51.345], [-0.231, 51.341], [-0.215, 51.341], [-0.2, 51.345], [-0.199, 51.346], [-0.194, 51.353], [-0.199, 51.36], [-0.199, 51.36], [-0.215, 51.366], [-0.231, 51.366], [-0.245, 51.36], [-0.247, 51.358], [-0.247, 51.349]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#ffcb00", "fill-opacity": 1, "stroke": "#ffcb00", "stroke-opacity": 1, "stroke-width": 1, "title": "2720.00 m", "color": "#ffcb00", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.249, 51.353], [-0.247, 51.358], [-0.245, 51.36], [-0.231, 51.366], [-0.215, 51.366], [-0.199, 51.36], [-0.199, 51.36], [-0.194, 51.353], [-0.199, 51.346], [-0.2, 51.345], [-0.215, 51.341], [-0.231, 51.341], [-0.243, 51.345], [-0.249, 51.353]], [[-0.247, 51.351], [-0.24, 51.345], [-0.231, 51.342], [-0.215, 51.341], [-0.203, 51.345], [-0.199, 51.349], [-0.196, 51.353], [-0.199, 51.357], [-0.202, 51.36], [-0.215, 51.365], [-0.231, 51.365], [-0.242, 51.36], [-0.247, 51.354], [-0.247, 51.351]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#ffb900", "fill-opacity": 1, "stroke": "#ffb900", "stroke-opacity": 1, "stroke-width": 1, "title": "2800.00 m", "color": "#ffb900", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.248, 51.353], [-0.247, 51.354], [-0.242, 51.36], [-0.231, 51.365], [-0.215, 51.365], [-0.202, 51.36], [-0.199, 51.357], [-0.196, 51.353], [-0.199, 51.349], [-0.203, 51.345], [-0.215, 51.341], [-0.231, 51.342], [-0.24, 51.345], [-0.248, 51.353]], [[-0.231, 51.343], [-0.215, 51.342], [-0.206, 51.345], [-0.199, 51.351], [-0.198, 51.353], [-0.199, 51.354], [-0.205, 51.36], [-0.215, 51.363], [-0.231, 51.363], [-0.239, 51.36], [-0.246, 51.353], [-0.231, 51.343]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#ffa300", "fill-opacity": 1, "stroke": "#ffa300", "stroke-opacity": 1, "stroke-width": 1, "title": "2880.00 m", "color": "#ffa300", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.238, 51.345], [-0.246, 51.353], [-0.239, 51.36], [-0.231, 51.363], [-0.215, 51.363], [-0.205, 51.36], [-0.199, 51.354], [-0.198, 51.353], [-0.199, 51.351], [-0.206, 51.345], [-0.215, 51.342], [-0.238, 51.345]], [[-0.231, 51.343], [-0.215, 51.343], [-0.209, 51.345], [-0.2, 51.353], [-0.208, 51.36], [-0.215, 51.362], [-0.231, 51.362], [-0.237, 51.36], [-0.243, 51.353], [-0.231, 51.343]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#ff9000", "fill-opacity": 1, "stroke": "#ff9000", "stroke-opacity": 1, "stroke-width": 1, "title": "2960.00 m", "color": "#ff9000", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.235, 51.345], [-0.243, 51.353], [-0.237, 51.36], [-0.231, 51.362], [-0.215, 51.362], [-0.208, 51.36], [-0.2, 51.353], [-0.209, 51.345], [-0.215, 51.343], [-0.235, 51.345]], [[-0.231, 51.344], [-0.212, 51.345], [-0.203, 51.353], [-0.212, 51.36], [-0.215, 51.361], [-0.231, 51.361], [-0.234, 51.36], [-0.241, 51.353], [-0.231, 51.344]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#ff7e00", "fill-opacity": 1, "stroke": "#ff7e00", "stroke-opacity": 1, "stroke-width": 1, "title": "3040.00 m", "color": "#ff7e00", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.233, 51.345], [-0.241, 51.353], [-0.234, 51.36], [-0.231, 51.361], [-0.215, 51.361], [-0.212, 51.36], [-0.203, 51.353], [-0.212, 51.345], [-0.215, 51.344], [-0.233, 51.345]], [[-0.231, 51.345], [-0.215, 51.345], [-0.206, 51.353], [-0.215, 51.36], [-0.215, 51.36], [-0.231, 51.36], [-0.231, 51.36], [-0.231, 51.345]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#ff6b00", "fill-opacity": 1, "stroke": "#ff6b00", "stroke-opacity": 1, "stroke-width": 1, "title": "3120.00 m", "color": "#ff6b00", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.238, 51.353], [-0.231, 51.36], [-0.215, 51.36], [-0.215, 51.36], [-0.206, 51.353], [-0.215, 51.345], [-0.215, 51.345], [-0.22, 51.345], [-0.238, 51.353]], [[-0.231, 51.348], [-0.215, 51.347], [-0.209, 51.353], [-0.215, 51.358], [-0.231, 51.358], [-0.231, 51.348]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#ff5900", "fill-opacity": 1, "stroke": "#ff5900", "stroke-opacity": 1, "stroke-width": 1, "title": "3200.00 m", "color": "#ff5900", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.236, 51.353], [-0.231, 51.358], [-0.215, 51.358], [-0.209, 51.353], [-0.215, 51.347], [-0.236, 51.353]], [[-0.231, 51.35], [-0.215, 51.35], [-0.212, 51.353], [-0.215, 51.355], [-0.231, 51.355], [-0.231, 51.35]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#ff4200", "fill-opacity": 1, "stroke": "#ff4200", "stroke-opacity": 1, "stroke-width": 1, "title": "3280.00 m", "color": "#ff4200", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.233, 51.353], [-0.231, 51.355], [-0.215, 51.355], [-0.212, 51.353], [-0.215, 51.35], [-0.233, 51.353]], [[-0.215, 51.352], [-0.215, 51.353], [-0.215, 51.353], [-0.215, 51.352]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#ff3000", "fill-opacity": 1, "stroke": "#ff3000", "stroke-opacity": 1, "stroke-width": 1, "title": "3360.00 m", "color": "#ff3000", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}, {"geometry": {"coordinates": [[[[-0.229, 51.353], [-0.215, 51.353], [-0.229, 51.353]]]], "type": "MultiPolygon"}, "properties": {"style": {"fill": "#ff1d00", "fill-opacity": 1, "stroke": "#ff1d00", "stroke-opacity": 1, "stroke-width": 1, "title": "3440.00 m", "color": "#ff1d00", "weight": 1, "fillOpacity": 1}, "time": "2287-01-31"}, "type": "Feature"}], "type": "FeatureCollection"}, {
pointToLayer: function (feature, latLng) {
if (feature.properties.icon == 'marker') {
if(feature.properties.iconstyle){
return new L.Marker(latLng, {
icon: L.icon(feature.properties.iconstyle)});
}
//else
return new L.Marker(latLng);
}
if (feature.properties.icon == 'circle') {
if (feature.properties.iconstyle) {
return new L.circleMarker(latLng, feature.properties.iconstyle)
};
//else
return new L.circleMarker(latLng);
}
//else
return new L.Marker(latLng);
},
style: function (feature) {
return feature.properties.style;
},
onEachFeature: function(feature, layer) {
if (feature.properties.popup) {
layer.bindPopup(feature.properties.popup);
}
}
})
var timestamped_geo_json_dd2334a36ad0410fad41cde8107309df = L.timeDimension.layer.geoJson(geoJsonLayer,
{updateTimeDimension: true,
addlastPoint: true,
duration: undefined,
}).addTo(map_6f4394ee6d8044b1b8e101e2dd35294b);
var color_map_ee1f98fef60f440cbe13440588283870 = {};
color_map_ee1f98fef60f440cbe13440588283870.color = d3.scale.threshold()
.domain([0.0, 6.012024048096192, 12.024048096192384, 18.03607214428858, 24.04809619238477, 30.060120240480963, 36.07214428857716, 42.08416833667334, 48.09619238476954, 54.10821643286573, 60.120240480961925, 66.13226452905812, 72.14428857715431, 78.15631262525051, 84.16833667334669, 90.18036072144288, 96.19238476953907, 102.20440881763527, 108.21643286573146, 114.22845691382766, 120.24048096192385, 126.25250501002004, 132.26452905811624, 138.27655310621242, 144.28857715430863, 150.3006012024048, 156.31262525050101, 162.3246492985972, 168.33667334669337, 174.34869739478958, 180.36072144288576, 186.37274549098197, 192.38476953907815, 198.39679358717436, 204.40881763527054, 210.42084168336675, 216.43286573146293, 222.4448897795591, 228.4569138276553, 234.4689378757515, 240.4809619238477, 246.49298597194388, 252.5050100200401, 258.5170340681363, 264.5290581162325, 270.54108216432866, 276.55310621242484, 282.565130260521, 288.57715430861725, 294.58917835671343, 300.6012024048096, 306.6132264529058, 312.62525050100203, 318.6372745490982, 324.6492985971944, 330.66132264529057, 336.67334669338675, 342.685370741483, 348.69739478957916, 354.70941883767534, 360.7214428857715, 366.73346693386776, 372.74549098196394, 378.7575150300601, 384.7695390781563, 390.7815631262525, 396.7935871743487, 402.8056112224449, 408.8176352705411, 414.82965931863725, 420.8416833667335, 426.85370741482967, 432.86573146292585, 438.87775551102203, 444.8897795591182, 450.90180360721445, 456.9138276553106, 462.9258517034068, 468.937875751503, 474.9498997995992, 480.9619238476954, 486.9739478957916, 492.98597194388776, 498.99799599198394, 505.0100200400802, 511.02204408817636, 517.0340681362726, 523.0460921843687, 529.058116232465, 535.0701402805611, 541.0821643286573, 547.0941883767536, 553.1062124248497, 559.1182364729459, 565.130260521042, 571.1422845691383, 577.1543086172345, 583.1663326653306, 589.1783567134269, 595.1903807615231, 601.2024048096192, 607.2144288577155, 613.2264529058116, 619.2384769539078, 625.2505010020041, 631.2625250501002, 637.2745490981964, 643.2865731462925, 649.2985971943888, 655.310621242485, 661.3226452905811, 667.3346693386774, 673.3466933867735, 679.3587174348697, 685.370741482966, 691.3827655310621, 697.3947895791583, 703.4068136272546, 709.4188376753507, 715.4308617234469, 721.442885771543, 727.4549098196393, 733.4669338677355, 739.4789579158316, 745.4909819639279, 751.503006012024, 757.5150300601202, 763.5270541082165, 769.5390781563126, 775.5511022044088, 781.563126252505, 787.5751503006012, 793.5871743486974, 799.5991983967936, 805.6112224448898, 811.623246492986, 817.6352705410821, 823.6472945891784, 829.6593186372745, 835.6713426853707, 841.683366733467, 847.6953907815631, 853.7074148296593, 859.7194388777555, 865.7314629258517, 871.7434869739479, 877.7555110220441, 883.7675350701403, 889.7795591182364, 895.7915831663327, 901.8036072144289, 907.815631262525, 913.8276553106213, 919.8396793587175, 925.8517034068136, 931.8637274549098, 937.875751503006, 943.8877755511022, 949.8997995991984, 955.9118236472946, 961.9238476953908, 967.9358717434869, 973.9478957915832, 979.9599198396794, 985.9719438877755, 991.9839679358718, 997.9959919839679, 1004.0080160320641, 1010.0200400801604, 1016.0320641282565, 1022.0440881763527, 1028.056112224449, 1034.0681362725452, 1040.0801603206412, 1046.0921843687374, 1052.1042084168337, 1058.11623246493, 1064.1282565130261, 1070.1402805611222, 1076.1523046092184, 1082.1643286573146, 1088.1763527054109, 1094.188376753507, 1100.200400801603, 1106.2124248496993, 1112.2244488977956, 1118.2364729458918, 1124.248496993988, 1130.260521042084, 1136.2725450901803, 1142.2845691382765, 1148.2965931863728, 1154.308617234469, 1160.320641282565, 1166.3326653306613, 1172.3446893787575, 1178.3567134268537, 1184.36873747495, 1190.3807615230462, 1196.3927855711422, 1202.4048096192384, 1208.4168336673347, 1214.428857715431, 1220.4408817635272, 1226.4529058116232, 1232.4649298597194, 1238.4769539078156, 1244.4889779559119, 1250.5010020040081, 1256.5130260521041, 1262.5250501002004, 1268.5370741482966, 1274.5490981963928, 1280.561122244489, 1286.573146292585, 1292.5851703406813, 1298.5971943887776, 1304.6092184368738, 1310.62124248497, 1316.633266533066, 1322.6452905811623, 1328.6573146292585, 1334.6693386773547, 1340.681362725451, 1346.693386773547, 1352.7054108216432, 1358.7174348697395, 1364.7294589178357, 1370.741482965932, 1376.753507014028, 1382.7655310621242, 1388.7775551102204, 1394.7895791583167, 1400.801603206413, 1406.8136272545091, 1412.8256513026051, 1418.8376753507014, 1424.8496993987976, 1430.8617234468938, 1436.87374749499, 1442.885771543086, 1448.8977955911823, 1454.9098196392786, 1460.9218436873748, 1466.933867735471, 1472.945891783567, 1478.9579158316633, 1484.9699398797595, 1490.9819639278558, 1496.993987975952, 1503.006012024048, 1509.0180360721442, 1515.0300601202405, 1521.0420841683367, 1527.054108216433, 1533.066132264529, 1539.0781563126252, 1545.0901803607214, 1551.1022044088177, 1557.114228456914, 1563.12625250501, 1569.1382765531062, 1575.1503006012024, 1581.1623246492986, 1587.1743486973949, 1593.1863727454909, 1599.198396793587, 1605.2104208416833, 1611.2224448897796, 1617.2344689378758, 1623.246492985972, 1629.258517034068, 1635.2705410821643, 1641.2825651302605, 1647.2945891783568, 1653.306613226453, 1659.318637274549, 1665.3306613226453, 1671.3426853707415, 1677.3547094188377, 1683.366733466934, 1689.37875751503, 1695.3907815631262, 1701.4028056112224, 1707.4148296593187, 1713.426853707415, 1719.438877755511, 1725.4509018036072, 1731.4629258517034, 1737.4749498997996, 1743.4869739478959, 1749.4989979959919, 1755.5110220440881, 1761.5230460921844, 1767.5350701402806, 1773.5470941883768, 1779.5591182364728, 1785.571142284569, 1791.5831663326653, 1797.5951903807616, 1803.6072144288578, 1809.6192384769538, 1815.63126252505, 1821.6432865731463, 1827.6553106212425, 1833.6673346693387, 1839.679358717435, 1845.691382765531, 1851.7034068136272, 1857.7154308617235, 1863.7274549098197, 1869.739478957916, 1875.751503006012, 1881.7635270541082, 1887.7755511022044, 1893.7875751503007, 1899.799599198397, 1905.811623246493, 1911.8236472945891, 1917.8356713426854, 1923.8476953907816, 1929.8597194388778, 1935.8717434869739, 1941.88376753507, 1947.8957915831663, 1953.9078156312626, 1959.9198396793588, 1965.9318637274548, 1971.943887775551, 1977.9559118236473, 1983.9679358717435, 1989.9799599198398, 1995.9919839679358, 2002.004008016032, 2008.0160320641282, 2014.0280561122245, 2020.0400801603207, 2026.0521042084167, 2032.064128256513, 2038.0761523046092, 2044.0881763527054, 2050.1002004008014, 2056.112224448898, 2062.124248496994, 2068.1362725450904, 2074.1482965931864, 2080.1603206412824, 2086.172344689379, 2092.184368737475, 2098.1963927855713, 2104.2084168336673, 2110.2204408817634, 2116.23246492986, 2122.244488977956, 2128.2565130260523, 2134.2685370741483, 2140.2805611222443, 2146.2925851703408, 2152.304609218437, 2158.3166332665332, 2164.3286573146293, 2170.3406813627253, 2176.3527054108217, 2182.3647294589177, 2188.376753507014, 2194.38877755511, 2200.400801603206, 2206.4128256513027, 2212.4248496993987, 2218.436873747495, 2224.448897795591, 2230.460921843687, 2236.4729458917836, 2242.4849699398796, 2248.496993987976, 2254.509018036072, 2260.521042084168, 2266.5330661322646, 2272.5450901803606, 2278.557114228457, 2284.569138276553, 2290.581162324649, 2296.5931863727455, 2302.6052104208416, 2308.617234468938, 2314.629258517034, 2320.64128256513, 2326.6533066132265, 2332.6653306613225, 2338.677354709419, 2344.689378757515, 2350.701402805611, 2356.7134268537075, 2362.7254509018035, 2368.7374749499, 2374.749498997996, 2380.7615230460924, 2386.7735470941884, 2392.7855711422844, 2398.797595190381, 2404.809619238477, 2410.8216432865734, 2416.8336673346694, 2422.8456913827654, 2428.857715430862, 2434.869739478958, 2440.8817635270543, 2446.8937875751503, 2452.9058116232463, 2458.917835671343, 2464.929859719439, 2470.9418837675353, 2476.9539078156313, 2482.9659318637273, 2488.9779559118238, 2494.9899799599198, 2501.0020040080162, 2507.0140280561122, 2513.0260521042082, 2519.0380761523047, 2525.0501002004007, 2531.062124248497, 2537.074148296593, 2543.086172344689, 2549.0981963927857, 2555.1102204408817, 2561.122244488978, 2567.134268537074, 2573.14629258517, 2579.1583166332666, 2585.1703406813626, 2591.182364729459, 2597.194388777555, 2603.206412825651, 2609.2184368737476, 2615.2304609218436, 2621.24248496994, 2627.254509018036, 2633.266533066132, 2639.2785571142285, 2645.2905811623245, 2651.302605210421, 2657.314629258517, 2663.326653306613, 2669.3386773547095, 2675.3507014028055, 2681.362725450902, 2687.374749498998, 2693.386773547094, 2699.3987975951904, 2705.4108216432865, 2711.422845691383, 2717.434869739479, 2723.446893787575, 2729.4589178356714, 2735.4709418837674, 2741.482965931864, 2747.49498997996, 2753.507014028056, 2759.5190380761524, 2765.5310621242484, 2771.543086172345, 2777.555110220441, 2783.567134268537, 2789.5791583166333, 2795.5911823647293, 2801.603206412826, 2807.615230460922, 2813.6272545090183, 2819.6392785571143, 2825.6513026052103, 2831.6633266533067, 2837.6753507014027, 2843.687374749499, 2849.699398797595, 2855.7114228456912, 2861.7234468937877, 2867.7354709418837, 2873.74749498998, 2879.759519038076, 2885.771543086172, 2891.7835671342687, 2897.7955911823647, 2903.807615230461, 2909.819639278557, 2915.831663326653, 2921.8436873747496, 2927.8557114228456, 2933.867735470942, 2939.879759519038, 2945.891783567134, 2951.9038076152306, 2957.9158316633266, 2963.927855711423, 2969.939879759519, 2975.951903807615, 2981.9639278557115, 2987.9759519038075, 2993.987975951904, 3000.0])
.range(['#00007f', '#00007f', '#00007f', '#00007f', '#00007f', '#00007f', '#00007f', '#00007f', '#00007f', '#00007f', '#000096', '#000096', '#000096', '#000096', '#000096', '#000096', '#000096', '#000096', '#000096', '#000096', '#0000ac', '#0000ac', '#0000ac', '#0000ac', '#0000ac', '#0000ac', '#0000ac', '#0000ac', '#0000ac', '#0000ac', '#0000c3', '#0000c3', '#0000c3', '#0000c3', '#0000c3', '#0000c3', '#0000c3', '#0000c3', '#0000c3', '#0000c3', '#0000da', '#0000da', '#0000da', '#0000da', '#0000da', '#0000da', '#0000da', '#0000da', '#0000da', '#0000da', '#0000f5', '#0000f5', '#0000f5', '#0000f5', '#0000f5', '#0000f5', '#0000f5', '#0000f5', '#0000f5', '#0000f5', '#0000ff', '#0000ff', '#0000ff', '#0000ff', '#0000ff', '#0000ff', '#0000ff', '#0000ff', '#0000ff', '#0000ff', '#0010ff', '#0010ff', '#0010ff', '#0010ff', '#0010ff', '#0010ff', '#0010ff', '#0010ff', '#0010ff', '#0010ff', '#0024ff', '#0024ff', '#0024ff', '#0024ff', '#0024ff', '#0024ff', '#0024ff', '#0024ff', '#0024ff', '#0024ff', '#003cff', '#003cff', '#003cff', '#003cff', '#003cff', '#003cff', '#003cff', '#003cff', '#003cff', '#003cff', '#0050ff', '#0050ff', '#0050ff', '#0050ff', '#0050ff', '#0050ff', '#0050ff', '#0050ff', '#0050ff', '#0050ff', '#0064ff', '#0064ff', '#0064ff', '#0064ff', '#0064ff', '#0064ff', '#0064ff', '#0064ff', '#0064ff', '#0064ff', '#0078ff', '#0078ff', '#0078ff', '#0078ff', '#0078ff', '#0078ff', '#0078ff', '#0078ff', '#0078ff', '#0078ff', '#008cff', '#008cff', '#008cff', '#008cff', '#008cff', '#008cff', '#008cff', '#008cff', '#008cff', '#008cff', '#00a4ff', '#00a4ff', '#00a4ff', '#00a4ff', '#00a4ff', '#00a4ff', '#00a4ff', '#00a4ff', '#00a4ff', '#00a4ff', '#00b8ff', '#00b8ff', '#00b8ff', '#00b8ff', '#00b8ff', '#00b8ff', '#00b8ff', '#00b8ff', '#00b8ff', '#00b8ff', '#00ccff', '#00ccff', '#00ccff', '#00ccff', '#00ccff', '#00ccff', '#00ccff', '#00ccff', '#00ccff', '#00ccff', '#00e0fa', '#00e0fa', '#00e0fa', '#00e0fa', '#00e0fa', '#00e0fa', '#00e0fa', '#00e0fa', '#00e0fa', '#00e0fa', '#0ff8e7', '#0ff8e7', '#0ff8e7', '#0ff8e7', '#0ff8e7', '#0ff8e7', '#0ff8e7', '#0ff8e7', '#0ff8e7', '#0ff8e7', '#1fffd7', '#1fffd7', '#1fffd7', '#1fffd7', '#1fffd7', '#1fffd7', '#1fffd7', '#1fffd7', '#1fffd7', '#1fffd7', '#2fffc7', '#2fffc7', '#2fffc7', '#2fffc7', '#2fffc7', '#2fffc7', '#2fffc7', '#2fffc7', '#2fffc7', '#2fffc7', '#3fffb7', '#3fffb7', '#3fffb7', '#3fffb7', '#3fffb7', '#3fffb7', '#3fffb7', '#3fffb7', '#3fffb7', '#3fffb7', '#4fffa6', '#4fffa6', '#4fffa6', '#4fffa6', '#4fffa6', '#4fffa6', '#4fffa6', '#4fffa6', '#4fffa6', '#4fffa6', '#63ff93', '#63ff93', '#63ff93', '#63ff93', '#63ff93', '#63ff93', '#63ff93', '#63ff93', '#63ff93', '#63ff93', '#73ff83', '#73ff83', '#73ff83', '#73ff83', '#73ff83', '#73ff83', '#73ff83', '#73ff83', '#73ff83', '#73ff83', '#83ff73', '#83ff73', '#83ff73', '#83ff73', '#83ff73', '#83ff73', '#83ff73', '#83ff73', '#83ff73', '#83ff73', '#93ff63', '#93ff63', '#93ff63', '#93ff63', '#93ff63', '#93ff63', '#93ff63', '#93ff63', '#93ff63', '#93ff63', '#a6ff4f', '#a6ff4f', '#a6ff4f', '#a6ff4f', '#a6ff4f', '#a6ff4f', '#a6ff4f', '#a6ff4f', '#a6ff4f', '#a6ff4f', '#b7ff3f', '#b7ff3f', '#b7ff3f', '#b7ff3f', '#b7ff3f', '#b7ff3f', '#b7ff3f', '#b7ff3f', '#b7ff3f', '#b7ff3f', '#c7ff2f', '#c7ff2f', '#c7ff2f', '#c7ff2f', '#c7ff2f', '#c7ff2f', '#c7ff2f', '#c7ff2f', '#c7ff2f', '#c7ff2f', '#d7ff1f', '#d7ff1f', '#d7ff1f', '#d7ff1f', '#d7ff1f', '#d7ff1f', '#d7ff1f', '#d7ff1f', '#d7ff1f', '#d7ff1f', '#e7ff0f', '#e7ff0f', '#e7ff0f', '#e7ff0f', '#e7ff0f', '#e7ff0f', '#e7ff0f', '#e7ff0f', '#e7ff0f', '#e7ff0f', '#faf000', '#faf000', '#faf000', '#faf000', '#faf000', '#faf000', '#faf000', '#faf000', '#faf000', '#faf000', '#ffde00', '#ffde00', '#ffde00', '#ffde00', '#ffde00', '#ffde00', '#ffde00', '#ffde00', '#ffde00', '#ffde00', '#ffcb00', '#ffcb00', '#ffcb00', '#ffcb00', '#ffcb00', '#ffcb00', '#ffcb00', '#ffcb00', '#ffcb00', '#ffcb00', '#ffb900', '#ffb900', '#ffb900', '#ffb900', '#ffb900', '#ffb900', '#ffb900', '#ffb900', '#ffb900', '#ffb900', '#ffa300', '#ffa300', '#ffa300', '#ffa300', '#ffa300', '#ffa300', '#ffa300', '#ffa300', '#ffa300', '#ffa300', '#ff9000', '#ff9000', '#ff9000', '#ff9000', '#ff9000', '#ff9000', '#ff9000', '#ff9000', '#ff9000', '#ff9000', '#ff7e00', '#ff7e00', '#ff7e00', '#ff7e00', '#ff7e00', '#ff7e00', '#ff7e00', '#ff7e00', '#ff7e00', '#ff7e00', '#ff6b00', '#ff6b00', '#ff6b00', '#ff6b00', '#ff6b00', '#ff6b00', '#ff6b00', '#ff6b00', '#ff6b00', '#ff6b00', '#ff5900', '#ff5900', '#ff5900', '#ff5900', '#ff5900', '#ff5900', '#ff5900', '#ff5900', '#ff5900', '#ff5900', '#ff4200', '#ff4200', '#ff4200', '#ff4200', '#ff4200', '#ff4200', '#ff4200', '#ff4200', '#ff4200', '#ff4200', '#ff3000', '#ff3000', '#ff3000', '#ff3000', '#ff3000', '#ff3000', '#ff3000', '#ff3000', '#ff3000', '#ff3000', '#ff1d00', '#ff1d00', '#ff1d00', '#ff1d00', '#ff1d00', '#ff1d00', '#ff1d00', '#ff1d00', '#ff1d00', '#ff1d00', '#f50b00', '#f50b00', '#f50b00', '#f50b00', '#f50b00', '#f50b00', '#f50b00', '#f50b00', '#f50b00', '#f50b00', '#da0000', '#da0000', '#da0000', '#da0000', '#da0000', '#da0000', '#da0000', '#da0000', '#da0000', '#da0000', '#c30000', '#c30000', '#c30000', '#c30000', '#c30000', '#c30000', '#c30000', '#c30000', '#c30000', '#c30000', '#ac0000', '#ac0000', '#ac0000', '#ac0000', '#ac0000', '#ac0000', '#ac0000', '#ac0000', '#ac0000', '#ac0000', '#960000', '#960000', '#960000', '#960000', '#960000', '#960000', '#960000', '#960000', '#960000', '#960000', '#7f0000', '#7f0000', '#7f0000', '#7f0000', '#7f0000', '#7f0000', '#7f0000', '#7f0000', '#7f0000', '#7f0000']);
color_map_ee1f98fef60f440cbe13440588283870.x = d3.scale.linear()
.domain([0.0, 3000.0])
.range([0, 400]);
color_map_ee1f98fef60f440cbe13440588283870.legend = L.control({position: 'topright'});
color_map_ee1f98fef60f440cbe13440588283870.legend.onAdd = function (map) {var div = L.DomUtil.create('div', 'legend'); return div};
color_map_ee1f98fef60f440cbe13440588283870.legend.addTo(map_6f4394ee6d8044b1b8e101e2dd35294b);
color_map_ee1f98fef60f440cbe13440588283870.xAxis = d3.svg.axis()
.scale(color_map_ee1f98fef60f440cbe13440588283870.x)
.orient("top")
.tickSize(1)
.tickValues([0.0, '', '', '', '', '', 360.0, '', '', '', '', '', 720.0, '', '', '', '', '', 1080.0, '', '', '', '', '', 1440.0, '', '', '', '', '', 1800.0, '', '', '', '', '', 2160.0, '', '', '', '', '', 2520.0, '', '', '', '', '', 2880.0, '', '', '', '', '']);
color_map_ee1f98fef60f440cbe13440588283870.svg = d3.select(".legend.leaflet-control").append("svg")
.attr("id", 'legend')
.attr("width", 450)
.attr("height", 40);
color_map_ee1f98fef60f440cbe13440588283870.g = color_map_ee1f98fef60f440cbe13440588283870.svg.append("g")
.attr("class", "key")
.attr("transform", "translate(25,16)");
color_map_ee1f98fef60f440cbe13440588283870.g.selectAll("rect")
.data(color_map_ee1f98fef60f440cbe13440588283870.color.range().map(function(d, i) {
return {
x0: i ? color_map_ee1f98fef60f440cbe13440588283870.x(color_map_ee1f98fef60f440cbe13440588283870.color.domain()[i - 1]) : color_map_ee1f98fef60f440cbe13440588283870.x.range()[0],
x1: i < color_map_ee1f98fef60f440cbe13440588283870.color.domain().length ? color_map_ee1f98fef60f440cbe13440588283870.x(color_map_ee1f98fef60f440cbe13440588283870.color.domain()[i]) : color_map_ee1f98fef60f440cbe13440588283870.x.range()[1],
z: d
};
}))
.enter().append("rect")
.attr("height", 10)
.attr("x", function(d) { return d.x0; })
.attr("width", function(d) { return d.x1 - d.x0; })
.style("fill", function(d) { return d.z; });
color_map_ee1f98fef60f440cbe13440588283870.g.call(color_map_ee1f98fef60f440cbe13440588283870.xAxis).append("text")
.attr("class", "caption")
.attr("y", 21)
.text('Traffic of Vehicles');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment